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 exceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.