public class HawaiiException
extends java.lang.RuntimeException
Constructor and Description |
---|
HawaiiException()
Constructs a new
HawaiiException . |
HawaiiException(java.lang.String message)
Constructs a new
HawaiiException with the supplied message. |
HawaiiException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
HawaiiException with the supplied message and Throwable . |
HawaiiException(java.lang.Throwable cause)
Constructs a new
HawaiiException with the supplied Throwable . |
public HawaiiException()
HawaiiException
.public HawaiiException(java.lang.String message)
HawaiiException
with the supplied message.public HawaiiException(java.lang.String message, java.lang.Throwable cause)
HawaiiException
with the supplied message and Throwable
.public HawaiiException(java.lang.Throwable cause)
HawaiiException
with the supplied Throwable
.