com.google.gwt.user.client.rpc.impl
Class FailedRequest

java.lang.Object
  extended by com.google.gwt.http.client.Request
      extended by com.google.gwt.user.client.rpc.impl.FailedRequest

public class FailedRequest
extends Request

A Request that is already canceled at the moment it is created.


Constructor Summary
FailedRequest()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.http.client.Request
cancel, isPending
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailedRequest

public FailedRequest()