public class IllegalDataException extends Exception
Constructor and Description |
---|
IllegalDataException(String message)
Constructs a new
IllegalDataException . |
IllegalDataException(String message,
Throwable cause)
Constructs a new
IllegalDataException . |
IllegalDataException(Throwable cause)
Constructs a new
IllegalDataException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalDataException(String message, 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(String message)
IllegalDataException
.message
- the detail message (which is saved for later retrieval
by the Throwable.getMessage()
method).public IllegalDataException(Throwable cause)
IllegalDataException
.cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method).