Class CallbackSubmitterException
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.CallbackException
software.amazon.lambda.durable.exception.CallbackSubmitterException
- All Implemented Interfaces:
Serializable
Exception thrown when a callback submitter step fails to submit a callback.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallbackSubmitterException(software.amazon.awssdk.services.lambda.model.Operation callbackOp, StepException stepEx) -
Method Summary
Methods inherited from class software.amazon.lambda.durable.exception.CallbackException
getCallbackIdMethods 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
-
CallbackSubmitterException
public CallbackSubmitterException(software.amazon.awssdk.services.lambda.model.Operation callbackOp, StepException stepEx)
-