Class AuthorizationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.tinkerpop.gremlin.server.authz.AuthorizationException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AuthorizationException extends Exception 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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthorizationException()AuthorizationException(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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-