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.RuntimeException
Deprecated.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.AuthorizableExistsException(java.lang.String id, java.lang.Exception cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getID()
Deprecated.
-