Class CompensatingActionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.action.scheduled.CompensatingActionException
All Implemented Interfaces:
Serializable

public class CompensatingActionException extends org.alfresco.error.AlfrescoRuntimeException
Error that triggers the execution of compensating actions. The required compensating actions are contained by the exception thrown.
Author:
Andy Hind
See Also:
  • Constructor Details

    • CompensatingActionException

      public CompensatingActionException(String msgId)
      Parameters:
      msgId - String
    • CompensatingActionException

      public CompensatingActionException(String msgId, Throwable cause, List<AbstractScheduledAction.Pair<Action,NodeRef>> compensatingActions)
      Parameters:
      msgId - String
      cause - Throwable
    • CompensatingActionException

      public CompensatingActionException(String msgId, Object[] msgParams)
      Parameters:
      msgId - String
      msgParams - Object[]
    • CompensatingActionException

      public CompensatingActionException(String msgId, Throwable cause)
      Parameters:
      msgId - String
      cause - Throwable
    • CompensatingActionException

      public CompensatingActionException(String msgId, Object[] msgParams, Throwable cause)
      Parameters:
      msgId - String
      msgParams - Object[]
      cause - Throwable
  • Method Details