Class ExecutionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.core.exception.ExecutionNotFoundException
All Implemented Interfaces:
Serializable

public class ExecutionNotFoundException extends RuntimeException
Thrown when a workflow execution with the given id is not found.
See Also:
  • Constructor Details

    • ExecutionNotFoundException

      public ExecutionNotFoundException(String id)