Uses of Class
org.nuxeo.ecm.automation.core.exception.CatchChainException
-
Packages that use CatchChainException Package Description org.nuxeo.ecm.automation org.nuxeo.ecm.automation.core.exception org.nuxeo.ecm.automation.core.impl -
-
Uses of CatchChainException in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return types with arguments of type CatchChainException Modifier and Type Method Description ArrayList<CatchChainException>ChainException. getCatchChainExceptions() -
Uses of CatchChainException in org.nuxeo.ecm.automation.core.exception
Fields in org.nuxeo.ecm.automation.core.exception with type parameters of type CatchChainException Modifier and Type Field Description protected ArrayList<CatchChainException>ChainExceptionImpl. catchChainExceptionsMethods in org.nuxeo.ecm.automation.core.exception that return types with arguments of type CatchChainException Modifier and Type Method Description ArrayList<CatchChainException>ChainExceptionImpl. getCatchChainExceptions()Constructor parameters in org.nuxeo.ecm.automation.core.exception with type arguments of type CatchChainException Constructor Description ChainExceptionImpl(String id, String onChainId, ArrayList<CatchChainException> chainExceptionRuns) -
Uses of CatchChainException in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl that return CatchChainException Modifier and Type Method Description protected CatchChainExceptionOperationServiceImpl. getCatchChainExceptionByPriority(CatchChainException catchChainException, CatchChainException catchChainExceptionItem)Methods in org.nuxeo.ecm.automation.core.impl with parameters of type CatchChainException Modifier and Type Method Description protected CatchChainExceptionOperationServiceImpl. getCatchChainExceptionByPriority(CatchChainException catchChainException, CatchChainException catchChainExceptionItem)
-