public abstract class AclDataAccessException
extends java.lang.RuntimeException
Constructor and Description |
---|
AclDataAccessException(java.lang.String msg)
Constructs an
AclDataAccessException with the specified
message and no root cause. |
AclDataAccessException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an
AclDataAccessException with the specified
message and root cause. |
public AclDataAccessException(java.lang.String msg, java.lang.Throwable cause)
AclDataAccessException
with the specified
message and root cause.msg
- the detail messagecause
- the root causepublic AclDataAccessException(java.lang.String msg)
AclDataAccessException
with the specified
message and no root cause.msg
- the detail message