Package com.znize.platform.test.api
Class WaitTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.znize.platform.test.api.WaitTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class WaitTimeoutException extends java.lang.RuntimeExceptionWaitTimeoutException will be thrown if timeout when waiting until certain conditions to be true.- Since:
- 5.19
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WaitTimeoutException(java.lang.String message)Constructor with a message.WaitTimeoutException(java.lang.Throwable t)Constructor with cause.
-