Uses of Class
software.amazon.lambda.durable.exception.StepException
Packages that use StepException
-
Uses of StepException in software.amazon.lambda.durable.exception
Subclasses of StepException in software.amazon.lambda.durable.exceptionModifier and TypeClassDescriptionclassclassException thrown when a step with AT_MOST_ONCE_PER_RETRY semantics was started but interrupted before completion.Constructors in software.amazon.lambda.durable.exception with parameters of type StepExceptionModifierConstructorDescriptionCallbackSubmitterException(software.amazon.awssdk.services.lambda.model.Operation callbackOp, StepException stepEx)