Class ChainExceptionImpl
java.lang.Object
org.nuxeo.ecm.automation.core.exception.ChainExceptionImpl
- All Implemented Interfaces:
ChainException
- Since:
- 5.7.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ArrayList<CatchChainException> protected final Stringprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionChainExceptionImpl(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:
getIdin interfaceChainException
-
getOnChainId
- Specified by:
getOnChainIdin interfaceChainException
-
getCatchChainExceptions
- Specified by:
getCatchChainExceptionsin interfaceChainException
-