java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.agentforge4j.core.exception.StepExecutionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionStepExecutionException(String message) StepExecutionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StepExecutionException
-
StepExecutionException
-