Exception
implements
Serializable
and can be used in place
of this class@Deprecated public class SerializableException extends java.lang.Exception implements IsSerializable
RemoteService
).Constructor and Description |
---|
SerializableException()
Deprecated.
The default constructor.
|
SerializableException(java.lang.String msg)
Deprecated.
Constructs a serializable exception with the specified message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Deprecated.
Exception chaining is not currently supported for serialized exceptions.
|
java.lang.Throwable |
initCause(java.lang.Throwable cause)
Deprecated.
No effect; exception chaining is not currently supported for serialized
exceptions.
|
public SerializableException()
public SerializableException(java.lang.String msg)
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
null
public java.lang.Throwable initCause(java.lang.Throwable cause)
initCause
in class java.lang.Throwable