Package org.nuxeo.ecm.automation
Interface ChainException
-
- All Known Implementing Classes:
ChainExceptionImpl
public interface ChainException- Since:
- 5.7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayList<CatchChainException>getCatchChainExceptions()StringgetId()StringgetOnChainId()
-
-
-
Method Detail
-
getId
String getId()
-
getOnChainId
String getOnChainId()
-
getCatchChainExceptions
ArrayList<CatchChainException> getCatchChainExceptions()
-
-