GWT 2.7.0

Uses of Class
com.google.gwt.http.client.RequestException

Packages that use RequestException
com.google.gwt.http.client Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses. 
 

Uses of RequestException in com.google.gwt.http.client
 

Subclasses of RequestException in com.google.gwt.http.client
 class RequestPermissionException
          Exception thrown when the RequestBuilder attempts to make a request to a URL which violates the Same-Origin Security Policy.
 class RequestTimeoutException
          Thrown to indicate that an HTTP request has timed out.
 

Methods in com.google.gwt.http.client that throw RequestException
 Request RequestBuilder.send()
          Sends an HTTP request based on the current builder configuration.
 Request RequestBuilder.sendRequest(java.lang.String requestData, RequestCallback callback)
          Sends an HTTP request based on the current builder configuration with the specified data and callback.
 


GWT 2.7.0