public abstract class AclDataAccessException extends RuntimeException
Constructor and Description |
---|
AclDataAccessException(String msg)
Constructs an
AclDataAccessException with the specified
message and no root cause. |
AclDataAccessException(String msg,
Throwable cause)
Constructs an
AclDataAccessException with the specified
message and root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AclDataAccessException(String msg, Throwable cause)
AclDataAccessException
with the specified
message and root cause.msg
- the detail messagecause
- the root causepublic AclDataAccessException(String msg)
AclDataAccessException
with the specified
message and no root cause.msg
- the detail message