Package com.google.gwt.user.client.rpc
Interface RpcTokenExceptionHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidonRpcTokenException(RpcTokenException exception) Process RPC token exception.
-
Method Details
-
onRpcTokenException
Process RPC token exception.- Parameters:
exception- exception that occurred during RPC token processing.
-