Class CallbackException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CallbackFailedException,CallbackSubmitterException,CallbackTimeoutException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallbackException(software.amazon.awssdk.services.lambda.model.Operation operation, String message) CallbackException(software.amazon.awssdk.services.lambda.model.Operation operation, String message, Throwable cause) -
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
-
CallbackException
public CallbackException(software.amazon.awssdk.services.lambda.model.Operation operation, String message) -
CallbackException
-
-
Method Details
-
getCallbackId
-