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, toString
public DataAccessException(String message)
message
- the message explaining the cause of the exceptionpublic DataAccessException(String message, Throwable cause)
message
- the explanationcause
- the root cause of the exception, typically an API-specific exceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.