public final class CuppaException
extends java.lang.RuntimeException
Constructor and Description |
---|
CuppaException(java.lang.String message)
Constructs a new Cuppa exception with the given message.
|
CuppaException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new Cuppa exception with the given message and cause.
|
public CuppaException(java.lang.String message, java.lang.Throwable cause)
message
- the String that contains a detailed message.cause
- The cause. (A null
value is permitted, and indicates that the cause
is nonexistent or unknown.)public CuppaException(java.lang.String message)
message
- the String that contains a detailed message.