Class StepInterruptedException
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.StepException
software.amazon.lambda.durable.exception.StepInterruptedException
- All Implemented Interfaces:
Serializable
Exception thrown when a step with AT_MOST_ONCE_PER_RETRY semantics was started but interrupted before completion.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepInterruptedException(software.amazon.awssdk.services.lambda.model.Operation operation) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisStepInterruptedException(software.amazon.awssdk.services.lambda.model.ErrorObject errorObject) 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
-
StepInterruptedException
public StepInterruptedException(software.amazon.awssdk.services.lambda.model.Operation operation)
-
-
Method Details
-
isStepInterruptedException
public static boolean isStepInterruptedException(software.amazon.awssdk.services.lambda.model.ErrorObject errorObject)
-