public class OutOfOffHeapMemoryException extends CancelException
Constructor and Description |
---|
OutOfOffHeapMemoryException()
Constructs an
OutOfOffHeapMemoryError with no detail message. |
OutOfOffHeapMemoryException(java.lang.String message)
Constructs an
OutOfOffHeapMemoryError with the specified detail message. |
toString
getRootCause
public OutOfOffHeapMemoryException()
OutOfOffHeapMemoryError
with no detail message.public OutOfOffHeapMemoryException(java.lang.String message)
OutOfOffHeapMemoryError
with the specified detail message.message
- the detail message.