Class EdAuthAuthorizationException

    • Field Detail

      • EDAUTH_EXCEPTION_MSG_AUTHZ_FAILED

        public static final String EDAUTH_EXCEPTION_MSG_AUTHZ_FAILED
        Error message for authorization failure.
        See Also:
        Constant Field Values
      • EDAUTH_EXCEPTION_MSG_AUTHZ_EXPR_FAILED

        public static final String EDAUTH_EXCEPTION_MSG_AUTHZ_EXPR_FAILED
        Error message for a mistyped authorization expression string.
        See Also:
        Constant Field Values
      • EDAUTH_EXCEPTION_MSG_KEYSET_EMPTY

        public static final String EDAUTH_EXCEPTION_MSG_KEYSET_EMPTY
        Error message for trying to authorize with an empty authorization.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EdAuthAuthorizationException

        public EdAuthAuthorizationException()
        Creates a new EdAuthAuthorization exception.
      • EdAuthAuthorizationException

        public EdAuthAuthorizationException​(String message)
        Creates a new EdAuthAuthorization exception.
        Parameters:
        message - describing this exception
      • EdAuthAuthorizationException

        public EdAuthAuthorizationException​(String message,
                                            Throwable cause)
        Creates a new EdAuthAuthorization exception.
        Parameters:
        message - describing this exception
        cause - root cause
      • EdAuthAuthorizationException

        public EdAuthAuthorizationException​(Throwable cause)
        Creates a new EdAuthAuthorization exception.
        Parameters:
        cause - root cause