Package org.jboss.as.controller
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.as.controller._private.OperationFailedRuntimeException
org.jboss.as.controller.UnauthorizedException
- All Implemented Interfaces:
Serializable,OperationClientException
OperationFailedRuntimeException thrown when an operation is not authorized.- Author:
- Brian Stansberry (c) 2013 Red Hat Inc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedException(String message) Constructs aOperationFailedExceptionwith the given message. -
Method Summary
Methods inherited from class org.jboss.as.controller._private.OperationFailedRuntimeException
getFailureDescription, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnauthorizedException
Constructs aOperationFailedExceptionwith the given message. The message is also used as thefailure description. The cause is not initialized, and may subsequently be initialized by a call toinitCause.- Parameters:
message- the description of the failure. Cannot benull
-