Module io.automatiko.engine.api
Class DefinedProcessErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.automatiko.engine.api.workflow.DefinedProcessErrorException
- All Implemented Interfaces:
Serializable
Thrown when there is error end node defined in the process
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefinedProcessErrorException(String processInstanceId, String errorCode, Object error) -
Method Summary
Modifier and TypeMethodDescriptiongetError()Returns process instance id of the instance that failed.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DefinedProcessErrorException
-
-
Method Details
-
getProcessInstanceId
Returns process instance id of the instance that failed.- Returns:
- process instance id
-
getErrorCode
-
getError
-