Class RpcTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.user.client.rpc.RpcTokenException
All Implemented Interfaces:
IsSerializable, Serializable

public class RpcTokenException extends RuntimeException implements IsSerializable
Exception that will be passed to the RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException) method when RPC token processing resulted in an error.
See Also: