public class UnauthorizedException extends OperationFailedRuntimeException
OperationFailedRuntimeException thrown when an operation is not authorized.| Constructor and Description |
|---|
UnauthorizedException(String message)
Constructs a
OperationFailedException with the given message. |
getFailureDescription, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UnauthorizedException(String message)
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.message - the description of the failure. Cannot be nullCopyright © 2021 JBoss by Red Hat. All rights reserved.