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
public class RollbackCancelledException extends UpdateFailedException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RollbackCancelledException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RollbackCancelledException
public RollbackCancelledException(String message)
-
-