Exception
implements
Serializable
and can be used in place
of this class@Deprecated public class SerializableException extends Exception implements IsSerializable
RemoteService
).Constructor and Description |
---|
SerializableException()
Deprecated.
The default constructor.
|
SerializableException(String msg)
Deprecated.
Constructs a serializable exception with the specified message.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Deprecated.
Exception chaining is not currently supported for serialized exceptions.
|
Throwable |
initCause(Throwable cause)
Deprecated.
No effect; exception chaining is not currently supported for serialized
exceptions.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, setStackTrace, toString
public SerializableException()
public SerializableException(String msg)
public Throwable getCause()
Copyright © 2018. All rights reserved.