Package org.jboss.as.controller
Interface OperationClientException
- All Known Implementing Classes:
ExpressionResolver.ExpressionResolutionUserException,OperationCancellationException,OperationFailedException,OperationFailedRuntimeException,Resource.NoSuchResourceException,ResourceNotAddressableException,UnauthorizedException
public interface OperationClientException
Marker 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
Modifier and TypeMethodDescriptionorg.jboss.dmr.ModelNodeGet the detyped failure description.
-
Method Details
-
getFailureDescription
org.jboss.dmr.ModelNode getFailureDescription()Get the detyped failure description.- Returns:
- the description. Will not be
null
-