Class SerializableException
Superclass for exceptions thrown from RPC methods (those appearing in
interfaces derived from
RemoteService).
Constructors
Methods
Constructor Detail
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.
Parameters
- msg
-
Method Detail
getCause
Exception chaining is not currently supported for serialized exceptions.
Return Value
always
null
getMessage
initCause
No effect; exception chaining is not currently supported for serialized
exceptions.
Parameters
- cause
-