StepDependencyException
class StepDependencyException(val messageEnum: StepDependencyExceptionMessage, val referencedStepIndex: Int, val args: Any, cause: Throwable? = null, queryContext: QueryContext? = null) : DatabaseException
Thrown when a reference to a result from a previous step (TransactionValue.FromStep) is invalid and cannot be resolved.
Parameters
messageEnum
Error message enum.
referencedStepIndex
Index of the step that the reference pointed to.
args
Arguments useful for the message.
Constructors
Link copied to clipboard
constructor(messageEnum: StepDependencyExceptionMessage, referencedStepIndex: Int, vararg args: Any, cause: Throwable? = null, queryContext: QueryContext? = null)