Class StepExecutionException

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

public class StepExecutionException extends RuntimeException
Raised when a step fails during execution. The exception message includes the step id and run id when available to aid debugging.
See Also:
  • Constructor Details

    • StepExecutionException

      public StepExecutionException(String message)
    • StepExecutionException

      public StepExecutionException(String message, Throwable cause)