public class InvalidDataException extends BaseException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
InvalidDataException()
Create a new
InvalidDataException object. |
InvalidDataException(String message)
Create a new
InvalidDataException object with the
specified message . |
InvalidDataException(String message,
Throwable cause)
Create a new
InvalidDataException object with the
specified message . |
InvalidDataException(Throwable cause)
Create a new
InvalidDataException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public InvalidDataException()
InvalidDataException
object.public InvalidDataException(Throwable cause)
InvalidDataException
object.cause
- Throwable object that caused this exception.public InvalidDataException(String message)
InvalidDataException
object with the
specified message
.message
- The message to throw with the exception