org.springframework.security.acls.model
Class AlreadyExistsException

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
                  extended by org.springframework.security.acls.model.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException
extends AclDataAccessException

Thrown if an Acl entry already exists for the object.

See Also:
Serialized Form

Constructor Summary
AlreadyExistsException(String msg)
          Constructs an AlreadyExistsException with the specified message.
AlreadyExistsException(String msg, Throwable t)
          Constructs an AlreadyExistsException 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

AlreadyExistsException

public AlreadyExistsException(String msg)
Constructs an AlreadyExistsException with the specified message.

Parameters:
msg - the detail message

AlreadyExistsException

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

Parameters:
msg - the detail message
t - root cause