Package com.google.gwt.user.client.rpc
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
,java.io.Serializable
public class RpcTokenException extends java.lang.RuntimeException implements IsSerializable
Exception that will be passed to theRpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcTokenException()
Constructs an instance with the default message.RpcTokenException(java.lang.String msg)
Constructs an instance with the specified message.
-