Class CatchChainException
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.exception.CatchChainException
-
public class CatchChainException extends Object
- Since:
- 5.7.3
-
-
Constructor Summary
Constructors Constructor Description CatchChainException()
CatchChainException(String chainId, Integer priority, Boolean rollBack, String filterId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChainId()
String
getFilterId()
Integer
getPriority()
Boolean
getRollBack()
Boolean
hasFilter()
-