public class RequestTimeoutException extends RequestException
com.google.gwt.http.HTTP
.
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.