Package com.google.gwt.user.client.rpc
Interface RpcTokenExceptionHandler
public interface RpcTokenExceptionHandler
Handles an exception produced while processing
RpcToken
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRpcTokenException
(RpcTokenException exception) Process RPC token exception.
-
Method Details
-
onRpcTokenException
Process RPC token exception.- Parameters:
exception
- exception that occurred during RPC token processing.
-