public class

RpcTokenException

extends RuntimeException
implements IsSerializable
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.user.client.rpc.RpcTokenException

Class Overview

Exception that will be passed to the onRpcTokenException(RpcTokenException) method when RPC token processing resulted in an error.

Summary

Public Constructors
RpcTokenException()
Constructs an instance with the default message.
RpcTokenException(String msg)
Constructs an instance with the specified message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RpcTokenException ()

Constructs an instance with the default message.

public RpcTokenException (String msg)

Constructs an instance with the specified message.