Class InvokeStoppedException
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.InvokeException
software.amazon.lambda.durable.exception.InvokeStoppedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeStoppedException(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
-
InvokeStoppedException
public InvokeStoppedException(software.amazon.awssdk.services.lambda.model.Operation operation)
-