Uses of Class
com.codingapi.flow.exception.FlowExecutionException
Packages that use FlowExecutionException
-
Uses of FlowExecutionException in com.codingapi.flow.exception
Methods in com.codingapi.flow.exception that return FlowExecutionExceptionModifier and TypeMethodDescriptionstatic FlowExecutionExceptionFlowExecutionException.actionExecutionError(String actionId, Throwable cause) Action execution errorstatic FlowExecutionExceptionFlowExecutionException.createRecordSizeError()Create record size errorstatic FlowExecutionExceptionFlowExecutionException.customActionNextNotFound()Custom action next not foundstatic FlowExecutionExceptionFlowExecutionException.databaseError(String operation, Throwable cause) Database operation errorstatic FlowExecutionExceptionFlowExecutionException.nodeExecutionError(String nodeId, Throwable cause) Node execution errorstatic FlowExecutionExceptionFlowExecutionException.operatorNotInScope(String actionType) Operator not in scopestatic FlowExecutionExceptionFlowExecutionException.routerNodeNotFound(String nodeId) Router node not foundstatic FlowExecutionExceptionFlowExecutionException.scriptExecutionError(String scriptType, Throwable cause) Script execution errorstatic FlowExecutionExceptionFlowExecutionException.workflowExecutionError(String processId, Throwable cause) Workflow execution error