public class HawaiiException extends RuntimeException
| Constructor and Description | 
|---|
| HawaiiException()Constructs a new  HawaiiException. | 
| HawaiiException(String message)Constructs a new  HawaiiExceptionwith the supplied message. | 
| HawaiiException(String message,
               Throwable cause)Constructs a new  HawaiiExceptionwith the supplied message andThrowable. | 
| HawaiiException(Throwable cause)Constructs a new  HawaiiExceptionwith the suppliedThrowable. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Throwable | getCausingHawaiiException(Throwable throwable)Returns the first  HawaiiExceptionencountered in the chain of exception causes,
 or the original throwable if noHawaiiExceptioncan be found. | 
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.public static Throwable getCausingHawaiiException(Throwable throwable)
HawaiiException encountered in the chain of exception causes,
 or the original throwable if no HawaiiException can be found.throwable - the Throwable to examine