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:
Serializable
OutOfMemoryError
that is throws if PlatformDependent.allocateDirectNoCleaner(int)
can not allocate
a new ByteBuffer
due memory restrictions.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
OutOfDirectMemoryError
OutOfDirectMemoryError(String s)
-