Class AuthorizationException

    • Constructor Detail

      • AuthorizationException

        public AuthorizationException()
        Constructs a new authorization exception.
      • AuthorizationException

        public AuthorizationException​(String arg0,
                                      Throwable arg1)
        Constructs a new authorization exception with the specified detail message and cause.
        Parameters:
        arg0 - the detail message
        arg1 - the cause
      • AuthorizationException

        public AuthorizationException​(String arg0)
        Constructs a new authorization exception with the specified detail message.
        Parameters:
        arg0 - the detail message
      • AuthorizationException

        public AuthorizationException​(Throwable arg0)
        Constructs a new authorization exception with the specified cause.
        Parameters:
        arg0 - the cause