Uses of Class
org.springframework.security.acls.model.AclDataAccessException

Packages that use AclDataAccessException
org.springframework.security.acls.model Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. 
 

Uses of AclDataAccessException in org.springframework.security.acls.model
 

Subclasses of AclDataAccessException in org.springframework.security.acls.model
 class AlreadyExistsException
          Thrown if an Acl entry already exists for the object.
 class ChildrenExistException
          Thrown if an Acl cannot be deleted because children Acls exist.
 class NotFoundException
          Thrown if an ACL-related object cannot be found.
 class UnloadedSidException
          Thrown if an Acl cannot perform an operation because it only loaded a subset of Sids and the caller has requested details for an unloaded Sid.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.