public class OutOfOffHeapMemoryException extends CancelException
Constructor and Description |
---|
OutOfOffHeapMemoryException()
Constructs an
OutOfOffHeapMemoryError with no detail message. |
OutOfOffHeapMemoryException(String message)
Constructs an
OutOfOffHeapMemoryError with the specified detail message. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public OutOfOffHeapMemoryException()
OutOfOffHeapMemoryError
with no detail message.public OutOfOffHeapMemoryException(String message)
OutOfOffHeapMemoryError
with the specified detail message.message
- the detail message.