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 TypeClassDescriptionclassThrown when a callback operation encounters an error.classException 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.classException associated with a specific durable operation, carrying the operation and error details.classAn illegal operation is detected.classBase exception for chained invoke operation failures.classThrown when a chained invoke operation fails with an error in the invoked function.classThrown when a chained invoke operation is stopped before completion.classThrown when a chained invoke operation exceeds its timeout.classThrown when a map iteration fails and deserialization of the original exception also fails.classException thrown when non-deterministic code is detected during replay.classThrown when a parallel branch fails and deserialization of the original exception also fails.classException thrown when serialization or deserialization fails.classBase exception for step operation failures.classThrown when a step operation fails after exhausting all retry attempts.classException 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.classException thrown when awaitForConditionoperation fails.