Class AuthorizationException

All Implemented Interfaces:
Serializable

public class AuthorizationException extends CentralDogmaException
A CentralDogmaException that is raised when a client failed to authenticate or attempted to perform an unauthorized operation.
See Also:
  • Constructor Details

    • AuthorizationException

      public AuthorizationException()
      Creates a new instance.
    • AuthorizationException

      public AuthorizationException(String message)
      Creates a new instance.
    • AuthorizationException

      public AuthorizationException(Throwable cause)
      Creates a new instance.
    • AuthorizationException

      public AuthorizationException(String message, Throwable cause)
      Creates a new instance.
    • AuthorizationException

      public AuthorizationException(String message, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      writableStackTrace - whether or not the stack trace should be writable
    • AuthorizationException

      protected AuthorizationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.