Class AuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tinkerpop.gremlin.server.authz.AuthorizationException
- All Implemented Interfaces:
Serializable
An exception that occurs during authorization, i.e. when a requested resource needed for a response to an
evaluation request is not allowed for this user.
- Author:
- Marc de Lignie
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationException(String message) AuthorizationException(String message, Throwable cause) AuthorizationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) AuthorizationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationException
public AuthorizationException() -
AuthorizationException
-
AuthorizationException
-
AuthorizationException
-
AuthorizationException
-