Class WaitForConditionFailedException
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.WaitForConditionFailedException
- All Implemented Interfaces:
Serializable
Exception thrown when a
waitForCondition operation fails.
This can occur when the maximum number of polling attempts is exceeded, or when the check function throws an error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWaitForConditionFailedException(String message) WaitForConditionFailedException(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
-
WaitForConditionFailedException
-
WaitForConditionFailedException
public WaitForConditionFailedException(software.amazon.awssdk.services.lambda.model.Operation operation)
-