public class HawaiiException extends RuntimeException
| Constructor and Description |
|---|
HawaiiException()
Constructs a new
HawaiiException. |
HawaiiException(String message)
Constructs a new
HawaiiException with the supplied message. |
HawaiiException(String message,
Throwable cause)
Constructs a new
HawaiiException with the supplied message and Throwable. |
HawaiiException(Throwable cause)
Constructs a new
HawaiiException with the supplied Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HawaiiException()
HawaiiException.public HawaiiException(String message)
HawaiiException with the supplied message.public HawaiiException(String message, Throwable cause)
HawaiiException with the supplied message and Throwable.