GWT 2.7.0

Uses of Class
com.google.gwt.user.client.rpc.InvocationException

Packages that use InvocationException
com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls. 
 

Uses of InvocationException in com.google.gwt.user.client.rpc
 

Subclasses of InvocationException in com.google.gwt.user.client.rpc
static class ServiceDefTarget.NoServiceEntryPointSpecifiedException
          This exception is thrown when a service is invoked without ServiceDefTarget.setServiceEntryPoint(String) having been called.
 class StatusCodeException
          Indicates that an RPC response was returned with an invalid HTTP status code.
 


GWT 2.7.0