Class RequestTimeoutException
Thrown to indicate that an HTTP request has timed out.
Required Module
Modules that use this class should inherit
com.google.gwt.http.HTTP
.
<?xml version="1.0" encoding="UTF-8"?>
<module>
<!-- other inherited modules, such as com.google.gwt.user.User -->
<inherits name="com.google.gwt.http.HTTP"/>
<!-- additional module settings -->
</module>
Constructors
Methods
Constructor Detail
RequestTimeoutException
public
RequestTimeoutException(
Request request, int timeoutMillis)
Constructs a timeout exception for the given
Request.
Parameters
- request
- the request which timed out
- timeoutMillis
- the number of milliseconds which expired
Method Detail
getRequest
Returns the
Request instance which timed out.
Return Value
the
Request instance which timed out
getTimeoutMillis
public int getTimeoutMillis()
Returns the request timeout value in milliseconds.
Return Value
the request timeout value in milliseconds