Class 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 Detail

      • 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)