public class HeapException extends Exception
Constructor and Description |
---|
HeapException()
Constructs a new exception with
null as its detail message. |
HeapException(String message)
Constructs a new exception with the specified detail message.
|
HeapException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
HeapException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HeapException()
null
as its detail message.public HeapException(String message)
message
- The specified detail message of this exception.public HeapException(Throwable cause)
cause
- The specified cause of this exception.Copyright 2011-2017 ForgeRock AS.