Class NodeInstanceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.automatiko.engine.api.workflow.NodeInstanceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class NodeInstanceNotFoundException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeInstanceNotFoundException(String processInstanceId, String nodeInstanceId)NodeInstanceNotFoundException(String processInstanceId, String nodeInstanceId, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeInstanceId()StringgetProcessInstanceId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-