Class WaitForConditionFailedException

All Implemented Interfaces:
Serializable

public class WaitForConditionFailedException extends DurableOperationException
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 Details

    • WaitForConditionFailedException

      public WaitForConditionFailedException(String message)
    • WaitForConditionFailedException

      public WaitForConditionFailedException(software.amazon.awssdk.services.lambda.model.Operation operation)