Uses of Class
software.amazon.lambda.durable.exception.DurableOperationException
Packages that use DurableOperationException
-
Uses of DurableOperationException in software.amazon.lambda.durable.exception
Subclasses of DurableOperationException 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.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.classThrown when a parallel branch fails and deserialization of the original exception also 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 awaitForConditionoperation fails.