Package com.day.cq.security
Class AuthorizableExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.day.cq.security.AuthorizableExistsException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthorizableExistsException extends java.lang.RuntimeExceptionDeprecated.cq 5.5Thrown on attempt to create an Authorizable with an ID that already is in use by anotherAuthorizable- See Also:
UserManager, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizableExistsException(java.lang.String id)Deprecated.Constructor for AuthorizableExistsException.AuthorizableExistsException(java.lang.String id, java.lang.Exception cause)Deprecated.Constructor for AuthorizableExistsException.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetID()Deprecated.getID.
-
-
-
Constructor Detail
-
AuthorizableExistsException
public AuthorizableExistsException(java.lang.String id)
Deprecated.Constructor for AuthorizableExistsException.
- Parameters:
id- aStringobject.
-
AuthorizableExistsException
public AuthorizableExistsException(java.lang.String id, java.lang.Exception cause)Deprecated.Constructor for AuthorizableExistsException.
- Parameters:
id- aStringobject.cause- aExceptionobject.
-
-