Package one.nio.mem

Class OutOfMemoryException

All Implemented Interfaces:
Serializable

public class OutOfMemoryException extends RuntimeException
See Also:
  • Constructor Details

    • OutOfMemoryException

      public OutOfMemoryException()
    • OutOfMemoryException

      public OutOfMemoryException(String message)
    • OutOfMemoryException

      public OutOfMemoryException(String message, Throwable cause)
    • OutOfMemoryException

      public OutOfMemoryException(Throwable cause)