Package org.awaitility.core
Class ConditionTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.awaitility.core.ConditionTimeoutException
- All Implemented Interfaces:
Serializable
A runtime exception thrown by Awaitility when a condition was not fulfilled within the specified threshold.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConditionTimeoutException(String message) Constructor for ConditionTimeoutException.ConditionTimeoutException(String message, Throwable throwable) Constructor for ConditionTimeoutException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConditionTimeoutException
Constructor for ConditionTimeoutException.
- Parameters:
message- A description of why the timeout occurred.
-
ConditionTimeoutException
Constructor for ConditionTimeoutException.
- Parameters:
message- A description of why the timeout occurred.throwable- The cause
-