public class CheckException extends java.lang.Exception
Constructor and Description |
---|
CheckException(java.lang.Exception cause)
Creates a new CheckException with the given cause.
|
CheckException(java.lang.String message)
Creates a new CheckException with the given message.
|
CheckException(java.lang.String message,
java.lang.Exception cause)
Creates a new CheckException with the given message and cause.
|
public CheckException(java.lang.String message, java.lang.Exception cause)
public CheckException(java.lang.Exception cause)
public CheckException(java.lang.String message)