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:
  • Field Details

  • Constructor Details

    • OutOfDirectMemoryError

      OutOfDirectMemoryError(String s)