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:
  • Constructor Details

    • NodeInstanceNotFoundException

      public NodeInstanceNotFoundException(String processInstanceId, String nodeInstanceId)
    • NodeInstanceNotFoundException

      public NodeInstanceNotFoundException(String processInstanceId, String nodeInstanceId, Throwable cause)
  • Method Details

    • getProcessInstanceId

      public String getProcessInstanceId()
    • getNodeInstanceId

      public String getNodeInstanceId()