Package com.google.gwt.user.client.rpc
Class SerializableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gwt.user.client.rpc.SerializableException
- All Implemented Interfaces:
IsSerializable
,Serializable
Deprecated.
Superclass for exceptions thrown from RPC methods (those appearing in
interfaces derived from
RemoteService
).- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.The default constructor.Deprecated.Constructs a serializable exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerializableException
public SerializableException()Deprecated.The default constructor. This constructor is used implicitly during serialization or when constructing subclasses. -
SerializableException
Deprecated.Constructs a serializable exception with the specified message. This constructor is most often called by subclass constructors.
-
-
Method Details
Exception
implementsSerializable
and can be used in place of this class