org.springframework.security.acls.model
Class AclDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.acls.model.AclDataAccessException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AlreadyExistsException, ChildrenExistException, NotFoundException, UnloadedSidException
public abstract class AclDataAccessException
- extends RuntimeException
Abstract base class for Acl data operations.
- Since:
- 3.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AclDataAccessException
public AclDataAccessException(String msg,
Throwable cause)
- Constructs an
AclDataAccessException
with the specified
message and root cause.
- Parameters:
msg
- the detail messagecause
- the root cause
AclDataAccessException
public AclDataAccessException(String msg)
- Constructs an
AclDataAccessException
with the specified
message and no root cause.
- Parameters:
msg
- the detail message