Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.junit.client.TimeoutException
All Implemented Interfaces:
Serializable

public final class TimeoutException extends RuntimeException
This exception is thrown when a GWTTestCase-derived class runs a test in asynchronous mode and fails to complete within a specified timeout period.
See Also: