Package com.day.cq.security
Class NoSuchAuthorizableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.day.cq.security.NoSuchAuthorizableException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchAuthorizableException extends java.lang.RuntimeException
Deprecated.cq 5.5Exception indicates that anAuthorizable
can not be resolved.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchAuthorizableException(java.lang.String authorizable)
Deprecated.NoSuchAuthorizableException(java.lang.String msg, java.lang.Throwable t, java.lang.String authorizable)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getAuthorizable()
Deprecated.
-