| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.google.gwt.junit.client.TimeoutException
TimeoutException | public TimeoutException()(Code) | | |
TimeoutException | public TimeoutException(int timeoutMillis)(Code) | | Constructs a timeout exception for a given number of milliseconds.
Parameters: timeoutMillis - the number of milliseconds that elapsed which causedthis exception to be thrown |
TimeoutException | public TimeoutException(String message)(Code) | | Constructs a timeout exception with the specified detail message.
Parameters: message - the detail message |
TimeoutException | public TimeoutException(String message, Throwable cause)(Code) | | Constructs a timeout exception with the specified detail message and cause.
Parameters: message - the detail message Parameters: cause - the exception that caused this exception |
TimeoutException | public TimeoutException(Throwable cause)(Code) | | Constructs a timeout exception with the specified cause.
Parameters: cause - the exception that caused this exception |
|
|
|