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
,Serializable
Exception that will be passed to the
RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error.- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an instance with the default message.RpcTokenException
(String msg) Constructs an instance with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RpcTokenException
public RpcTokenException()Constructs an instance with the default message. -
RpcTokenException
Constructs an instance with the specified message.
-