Class ChainExceptionImpl
java.lang.Object
org.nuxeo.ecm.automation.core.exception.ChainExceptionImpl
- All Implemented Interfaces:
ChainException
- Since:
- 5.7.3
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ArrayList<CatchChainException>
protected final String
protected final String
-
Constructor Summary
ConstructorDescriptionChainExceptionImpl
(String id, String onChainId, ArrayList<CatchChainException> chainExceptionRuns) ChainExceptionImpl
(ChainExceptionDescriptor chainExceptionDescriptor) -
Method Summary
-
Field Details
-
id
-
onChainId
-
catchChainExceptions
-
-
Constructor Details
-
ChainExceptionImpl
public ChainExceptionImpl(String id, String onChainId, ArrayList<CatchChainException> chainExceptionRuns) -
ChainExceptionImpl
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceChainException
-
getOnChainId
- Specified by:
getOnChainId
in interfaceChainException
-
getCatchChainExceptions
- Specified by:
getCatchChainExceptions
in interfaceChainException
-