Package io.netty.util.internal
Class OutOfDirectMemoryError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.VirtualMachineError
-
- java.lang.OutOfMemoryError
-
- io.netty.util.internal.OutOfDirectMemoryError
-
- All Implemented Interfaces:
java.io.Serializable
public final class OutOfDirectMemoryError extends java.lang.OutOfMemoryError
OutOfMemoryError
that is throws ifPlatformDependent.allocateDirectNoCleaner(int)
can not allocate a newByteBuffer
due memory restrictions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description OutOfDirectMemoryError(java.lang.String s)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-