Uses of Interface
org.jboss.as.controller.OperationClientException
Packages that use OperationClientException
Package
Description
-
Uses of OperationClientException in org.jboss.as.controller
Classes in org.jboss.as.controller that implement OperationClientExceptionModifier and TypeClassDescriptionstatic classRuntime exception used to indicate some user-driven problem that prevented expression resolution, for example: A flaw in a user provided expression string that results in aExpressionResolverExtensionnot being able to resolve the expression.classException indicating an operation has failed due to a client mistake (e.g. an operation with invalid parameters was invoked.)classOperationFailedRuntimeExceptionthrown when an operation is not authorized. -
Uses of OperationClientException in org.jboss.as.controller._private
Classes in org.jboss.as.controller._private that implement OperationClientExceptionModifier and TypeClassDescriptionclassCancellationExceptionvariant that implementsOperationClientException.classRuntime exception indicating an operation has failed due to a client mistake (e.g. an operation with invalid parameters was invoked.) -
Uses of OperationClientException in org.jboss.as.controller.access
Classes in org.jboss.as.controller.access that implement OperationClientExceptionModifier and TypeClassDescriptionfinal classResource.NoSuchResourceExceptionvariant to throw when a resource should not be visible due to the called lacking permissions to performAction.ActionEffect.ADDRESS. -
Uses of OperationClientException in org.jboss.as.controller.registry
Classes in org.jboss.as.controller.registry that implement OperationClientExceptionModifier and TypeClassDescriptionstatic classANoSuchElementExceptionvariant that can be thrown byResource.requireChild(PathElement)andResource.navigate(PathAddress)implementations to indicate a client error when invoking a management operation.