public abstract class DataAccessException
extends org.apache.shiro.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–2017 The Apache Software Foundation. All rights reserved.