Package org.jboss.as.controller._private
Class OperationCancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.util.concurrent.CancellationException
org.jboss.as.controller._private.OperationCancellationException
- All Implemented Interfaces:
Serializable,OperationClientException
public class OperationCancellationException
extends CancellationException
implements OperationClientException
CancellationException variant that implements OperationClientException.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.dmr.ModelNodeGet the detyped failure description.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationCancellationException
-
-
Method Details
-
getFailureDescription
public org.jboss.dmr.ModelNode getFailureDescription()Description copied from interface:OperationClientExceptionGet the detyped failure description.- Specified by:
getFailureDescriptionin interfaceOperationClientException- Returns:
- the description. Will not be
null
-