Class ConditionTimeoutException

All Implemented Interfaces:
Serializable

public class ConditionTimeoutException extends RuntimeException
A runtime exception thrown by Awaitility when a condition was not fulfilled within the specified threshold.
See Also:
  • Constructor Details

    • ConditionTimeoutException

      public ConditionTimeoutException(String message)

      Constructor for ConditionTimeoutException.

      Parameters:
      message - A description of why the timeout occurred.
    • ConditionTimeoutException

      public ConditionTimeoutException(String message, Throwable throwable)

      Constructor for ConditionTimeoutException.

      Parameters:
      message - A description of why the timeout occurred.
      throwable - The cause