Uses of Class
software.amazon.lambda.durable.exception.DurableExecutionException
Packages that use DurableExecutionException
-
Uses of DurableExecutionException in software.amazon.lambda.durable.exception
Subclasses of DurableExecutionException in software.amazon.lambda.durable.exceptionModifier and TypeClassDescriptionclassclassException thrown when a callback fails due to an error from the external system.classException thrown when a callback submitter step fails to submit a callback.classException thrown when a callback times out.classException thrown when a child context fails and the original exception cannot be reconstructed.classclassAn illegal operation is detected.classclassclassclassclassException thrown when non-deterministic code is detected during replay.classException thrown when serialization or deserialization fails.classclassclassException thrown when a step with AT_MOST_ONCE_PER_RETRY semantics was started but interrupted before completion.classException thrown when the execution is not recoverable.