Class RollbackCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.as.controller.client.helpers.domain.UpdateFailedException
org.jboss.as.controller.client.helpers.domain.RollbackCancelledException
- All Implemented Interfaces:
Serializable
Exception indicating that the rollback of a domain model update failed
because of cancellation. The cancellation would be due to the failure
of another rollback update.
- Author:
- Brian Stansberry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RollbackCancelledException
-