public class SerialDeserialException
extends java.io.ObjectStreamException
WorkWithExecutionContext
,
Serialized FormConstructor and Description |
---|
SerialDeserialException()
Constructor for SerialDeserialException.
|
SerialDeserialException(java.lang.String arg0)
Constructor for SerialDeserialException.
|
SerialDeserialException(java.lang.String arg0,
java.lang.Throwable cause)
Constructor for SerialDeserialException.
|
SerialDeserialException(java.lang.Throwable cause)
Constructor for SerialDeserialException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
This returns the exception that causes this exception to be
thrown.
|
public SerialDeserialException()
public SerialDeserialException(java.lang.String arg0)
arg0
- public SerialDeserialException(java.lang.String arg0, java.lang.Throwable cause)
arg0
- cause
- of this exceptionpublic SerialDeserialException(java.lang.Throwable cause)
cause
- of this exception