public class DataException extends RuntimeException implements UserDataException
| Constructor and Description |
|---|
DataException(String message)
Constructs a new
DataException with the specified detail message. |
DataException(String message,
Throwable cause)
Constructs a new
DataException with the specified detail message and cause. |
DataException(Throwable cause)
Constructs a new
DataException with the specified cause and a detail message of the cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataException(String message)
DataException with the specified detail message.message - the detail messagepublic DataException(Throwable cause)
DataException with the specified cause and a detail message of the cause.cause - the causepublic DataException(String message, Throwable cause)
DataException with the specified detail message and cause.message - the detail messagecause - the cause