Package software.amazon.lambda.durable.exception
package software.amazon.lambda.durable.exception
-
ExceptionsClassDescriptionException thrown when a callback fails due to an error from the external system.Exception thrown when a callback submitter step fails to submit a callback.Exception thrown when a callback times out.Exception thrown when a child context fails and the original exception cannot be reconstructed.An illegal operation is detected.Exception thrown when non-deterministic code is detected during replay.Exception thrown when serialization or deserialization fails.Exception thrown when a step with AT_MOST_ONCE_PER_RETRY semantics was started but interrupted before completion.Exception thrown when the execution is not recoverable.