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:
- 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthorizableExistsException
public AuthorizableExistsException(String id)
AuthorizableExistsException
public AuthorizableExistsException(String id,
Exception cause)
getID
public String getID()
Copyright © 2009 Day Management AG. All Rights Reserved.