public class IllegalDataException extends java.lang.Exception
| Constructor and Description |
|---|
IllegalDataException(java.lang.String message)
Constructs a new
IllegalDataException. |
IllegalDataException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
IllegalDataException. |
IllegalDataException(java.lang.Throwable cause)
Constructs a new
IllegalDataException. |
public IllegalDataException(java.lang.String message, java.lang.Throwable cause)
IllegalDataException.message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method).public IllegalDataException(java.lang.String message)
IllegalDataException.message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).public IllegalDataException(java.lang.Throwable cause)
IllegalDataException.cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method).