Spring Security Framework

org.springframework.security.acls
Class AlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.security.SpringSecurityException
                      extended by org.springframework.security.acls.AlreadyExistsException
All Implemented Interfaces:
Serializable

public class AlreadyExistsException
extends SpringSecurityException

Thrown if an Acl entry already exists for the object.

Version:
$Id$
Author:
Ben Alex
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 org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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

Spring Security Framework

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