Class CatchChainException

java.lang.Object
org.nuxeo.ecm.automation.core.exception.CatchChainException

public class CatchChainException extends Object
Since:
5.7.3
  • Field Details

    • chainId

      protected final String chainId
    • priority

      protected final Integer priority
    • filterId

      protected final String filterId
    • rollBack

      protected final Boolean rollBack
  • Constructor Details

    • CatchChainException

      public CatchChainException()
    • CatchChainException

      public CatchChainException(String chainId, Integer priority, Boolean rollBack, String filterId)
  • Method Details

    • getChainId

      public String getChainId()
    • getPriority

      public Integer getPriority()
    • getRollBack

      public Boolean getRollBack()
    • getFilterId

      public String getFilterId()
    • hasFilter

      public Boolean hasFilter()