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
- Version:
- $Id: AclDataAccessException.java 3651 2009-05-11 05:20:09Z ltaylor $
- Author:
- Luke Taylor
- 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 messaget
- the root cause
AclDataAccessException
public AclDataAccessException(String msg)
- Constructs an
AclDataAccessException
with the specified
message and no root cause.
- Parameters:
msg
- the detail message
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.