Class NotAuthorizedException

    • Constructor Detail

      • NotAuthorizedException

        public NotAuthorizedException()
        Instantiates a new not authorized exception.
      • NotAuthorizedException

        public NotAuthorizedException​(String message)
        Instantiates a new not authorized exception.
        Parameters:
        message - the message
      • NotAuthorizedException

        public NotAuthorizedException​(String message,
                                      Throwable throwable)
        Instantiates a new not authorized exception.
        Parameters:
        message - the message
        throwable - the throwable