Class 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:
  • Constructor Details

    • RollbackCancelledException

      public RollbackCancelledException(String message)