Uses of Interface
org.jboss.as.controller.OperationClientException
-
Packages that use OperationClientException Package Description org.jboss.as.controller org.jboss.as.controller._private org.jboss.as.controller.access org.jboss.as.controller.registry -
-
Uses of OperationClientException in org.jboss.as.controller
Classes in org.jboss.as.controller that implement OperationClientException Modifier and Type Class Description static classExpressionResolver.ExpressionResolutionUserExceptionRuntime 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.classOperationFailedExceptionException indicating an operation has failed due to a client mistake (e.g.classUnauthorizedExceptionOperationFailedRuntimeExceptionthrown when an operation is not authorized. -
Uses of OperationClientException in org.jboss.as.controller._private
Classes in org.jboss.as.controller._private that implement OperationClientException Modifier and Type Class Description classOperationCancellationExceptionCancellationExceptionvariant that implementsOperationClientException.classOperationFailedRuntimeExceptionRuntime exception indicating an operation has failed due to a client mistake (e.g. -
Uses of OperationClientException in org.jboss.as.controller.access
Classes in org.jboss.as.controller.access that implement OperationClientException Modifier and Type Class Description classResourceNotAddressableExceptionResource.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 OperationClientException Modifier and Type Class Description static classResource.NoSuchResourceExceptionANoSuchElementExceptionvariant that can be thrown byResource.requireChild(PathElement)andResource.navigate(PathAddress)implementations to indicate a client error when invoking a management operation.
-