Package com.google.gwt.user.client.rpc
Interface RpcTokenExceptionHandler
-
public interface RpcTokenExceptionHandlerHandles an exception produced while processingRpcToken.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRpcTokenException(RpcTokenException exception)Process RPC token exception.
-
-
-
Method Detail
-
onRpcTokenException
void onRpcTokenException(RpcTokenException exception)
Process RPC token exception.- Parameters:
exception- exception that occurred during RPC token processing.
-
-