Uses of Interface
com.google.gwt.user.client.rpc.RpcTokenExceptionHandler
Packages that use RpcTokenExceptionHandler
Package
Description
Classes used in client-side implementation of remote procedure calls.
-
Uses of RpcTokenExceptionHandler in com.google.gwt.user.client.rpc
Methods in com.google.gwt.user.client.rpc that return RpcTokenExceptionHandlerModifier and TypeMethodDescriptionHasRpcToken.getRpcTokenExceptionHandler()
Return RPC token exception handler used with this RPC instance.Methods in com.google.gwt.user.client.rpc with parameters of type RpcTokenExceptionHandlerModifier and TypeMethodDescriptionvoid
HasRpcToken.setRpcTokenExceptionHandler
(RpcTokenExceptionHandler handler) Sets the handler for exceptions that occurred during RPC token processing.