GWT 2.7.0

com.google.gwt.user.client.rpc
Class RpcTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 the RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException) method when RPC token processing resulted in an error.

See Also:
Serialized Form

Constructor Summary
RpcTokenException()
          Constructs an instance with the default message.
RpcTokenException(java.lang.String msg)
          Constructs an instance with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpcTokenException

public RpcTokenException()
Constructs an instance with the default message.


RpcTokenException

public RpcTokenException(java.lang.String msg)
Constructs an instance with the specified message.


GWT 2.7.0