AuthorizationException Class
- public class AuthorizationException
extends RepositoryException
Thrown if a user is not authorized for an action.
-
Hierarchy
-
Object
Throwable
Exception
RepositoryException
AuthorizationException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizationException
public AuthorizationException(String
message,
Throwable
cause)
AuthorizationException
public AuthorizationException(String
message)
AuthorizationException
public AuthorizationException(Throwable
cause)