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
- public class SerializableException
- extends Exception
- implements IsSerializable
Superclass for exceptions thrown from RPC methods (those appearing in
interfaces derived from RemoteService
).
SerializableException
public SerializableException()
- The default constructor. This constructor is used implicitly during
serialization or when constructing subclasses.
SerializableException
public SerializableException(String msg)
- Constructs a serializable exception with the specified message. This
constructor is most often called by subclass constructors.
getCause
public Throwable getCause()
- Exception chaining is not currently supported for serialized exceptions.
- Returns:
- always
null
getMessage
public String getMessage()
initCause
public Throwable initCause(Throwable cause)
- No effect; exception chaining is not currently supported for serialized
exceptions.
This javadoc distribution was not produced by Google. The official documentation is here.