org.springframework.security.acls.model
Class AclDataAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AclDataAccessException

public AclDataAccessException(String msg,
                              Throwable cause)
Constructs an AclDataAccessException with the specified message and root cause.

Parameters:
msg - the detail message
t - 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.