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:
Serializable
Deprecated.
cq 5.5
Exception indicates that an
Authorizable
can not be resolved.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchAuthorizableException
(String authorizable) Deprecated.Constructor for NoSuchAuthorizableException.NoSuchAuthorizableException
(String msg, Throwable t, String authorizable) Deprecated.Constructor for NoSuchAuthorizableException. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Getter for the fieldauthorizable
.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchAuthorizableException
Deprecated.Constructor for NoSuchAuthorizableException.
- Parameters:
authorizable
- aString
object.
-
NoSuchAuthorizableException
Deprecated.Constructor for NoSuchAuthorizableException.
-
-
Method Details
-
getAuthorizable
Deprecated.Getter for the field
authorizable
.- Returns:
- a
String
object.
-