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

public final class OutOfDirectMemoryError extends OutOfMemoryError
OutOfMemoryError that is throws if PlatformDependent.allocateDirectNoCleaner(int) can not allocate a new ByteBuffer due memory restrictions.
See Also: