public abstract class DataAccessException extends ShiroException
| Constructor and Description |
|---|
DataAccessException(String message)
Constructs a DataAccessException with a message explaining the cause of the exception.
|
DataAccessException(String message,
Throwable cause)
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(String message)
message - the message explaining the cause of the exceptionCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.