Class 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: