Package org.jboss.as.controller
Interface OperationClientException
-
- All Known Implementing Classes:
ExpressionResolver.ExpressionResolutionUserException,OperationCancellationException,OperationFailedException,OperationFailedRuntimeException,Resource.NoSuchResourceException,ResourceNotAddressableException,UnauthorizedException
public interface OperationClientExceptionMarker interface for an Exception indicating a management operation has failed due to a client mistake (e.g. an operation with invalid parameters was invoked.) Should not be used to report server failures.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.dmr.ModelNodegetFailureDescription()Get the detyped failure description.
-