public static class TestCondition.ConditionTimeoutException
extends java.lang.RuntimeException
The reason this exception is public is to allow test implementors to catch this exception specifically and handle it if necessary.
Constructor and Description |
---|
ConditionTimeoutException()
Constructor for new TimeoutException.
|
ConditionTimeoutException(java.lang.String msg)
Constructor for new TimeoutException.
|