Class UnauthorizedException

All Implemented Interfaces:
Serializable, OperationClientException

public class UnauthorizedException extends OperationFailedRuntimeException
OperationFailedRuntimeException thrown when an operation is not authorized.
Author:
Brian Stansberry (c) 2013 Red Hat Inc.
See Also:
  • Constructor Details

    • 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