Class MapIterationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.lambda.durable.exception.DurableExecutionException
software.amazon.lambda.durable.exception.DurableOperationException
software.amazon.lambda.durable.exception.MapIterationFailedException
- All Implemented Interfaces:
Serializable
Thrown when a map iteration fails and deserialization of the original exception also fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMapIterationFailedException(software.amazon.awssdk.services.lambda.model.Operation operation) -
Method Summary
Methods inherited from class software.amazon.lambda.durable.exception.DurableOperationException
getErrorObject, getOperation, getOperationId, getOperationStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MapIterationFailedException
public MapIterationFailedException(software.amazon.awssdk.services.lambda.model.Operation operation)
-