public abstract class DataAccessException extends ShiroException
| Constructor and Description |
|---|
DataAccessException(String
Constructs a DataAccessException with a message explaining the cause of the exception.
|
DataAccessException(String
Constructs a DataAccessException with a message explaining the cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataAccessException(Stringmessage)
message - the message explaining the cause of the exception