Uses of Class
com.google.gwt.user.client.rpc.InvocationException
-
Packages that use InvocationException Package Description 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 Modifier and Type Class Description static class
ServiceDefTarget.NoServiceEntryPointSpecifiedException
This exception is thrown when a service is invoked withoutServiceDefTarget.setServiceEntryPoint(String)
having been called.class
StatusCodeException
Indicates that an RPC response was returned with an invalid HTTP status code.
-