Class UnauthorizedException

    • Constructor Detail

      • UnauthorizedException

        public UnauthorizedException​(String message)
        Constructs a OperationFailedException with the given message. The message is also used as the failure description. The cause is not initialized, and may subsequently be initialized by a call to initCause.
        Parameters:
        message - the description of the failure. Cannot be null