Class SerializableException

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

@Deprecated public class SerializableException extends Exception implements IsSerializable
Deprecated.
As of GWT 1.5, Exception implements Serializable and can be used in place of this class
Superclass for exceptions thrown from RPC methods (those appearing in interfaces derived from RemoteService).
See Also: