com.day.cq.security
Class AuthorizableExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.day.cq.security.AuthorizableExistsException
All Implemented Interfaces:
Serializable

public class AuthorizableExistsException
extends RuntimeException

Thrown on attempt to create an Authorizable with an ID that already is in use by another Authorizable

See Also:
UserManager, Serialized Form

Constructor Summary
AuthorizableExistsException(String id)
           
AuthorizableExistsException(String id, Exception cause)
           
 
Method Summary
 String getID()
           
 
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

AuthorizableExistsException

public AuthorizableExistsException(String id)

AuthorizableExistsException

public AuthorizableExistsException(String id,
                                   Exception cause)
Method Detail

getID

public String getID()


Copyright © 2009 Day Management AG. All Rights Reserved.