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:
  • Constructor Details

    • AuthorizationException

      public AuthorizationException()
    • AuthorizationException

      public AuthorizationException(String message)
    • AuthorizationException

      public AuthorizationException(String message, Throwable cause)
    • AuthorizationException

      public AuthorizationException(Throwable cause)
    • AuthorizationException

      public AuthorizationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)