Class ParallelBranchFailedException
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.ParallelBranchFailedException
- All Implemented Interfaces:
Serializable
Thrown when a parallel branch fails and deserialization of the original exception also fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParallelBranchFailedException(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
-
ParallelBranchFailedException
public ParallelBranchFailedException(software.amazon.awssdk.services.lambda.model.Operation operation)
-