public class RequestTimeoutException extends RequestException
com.google.gwt.http.HTTP
.
<module> <!-- other inherited modules, such as com.google.gwt.user.User --> <inherits name="com.google.gwt.http.HTTP"/> <!-- additional module settings --> </module>
Constructor and Description |
---|
RequestTimeoutException(Request request,
int timeoutMillis)
Constructs a timeout exception for the given
Request . |
Modifier and Type | Method and Description |
---|---|
Request |
getRequest()
Returns the
Request instance which timed out. |
int |
getTimeoutMillis()
Returns the request timeout value in milliseconds.
|