com.ibm.websphere.asynchbeans
Class SerialDeserialException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
com.ibm.websphere.asynchbeans.SerialDeserialException
All implemented interfaces:
java.io.Serializable
- public class SerialDeserialException
- extends java.io.ObjectStreamException
See Also:
Constructor Summary
Constructor 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.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCause()
This returns the exception that causes this exception to be
thrown.
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
SerialDeserialException
- public SerialDeserialException( )
Constructor for SerialDeserialException.
SerialDeserialException
- public SerialDeserialException( java.lang.String arg0)
Constructor for SerialDeserialException.
Parameters:
arg0
- SerialDeserialException
- public SerialDeserialException( java.lang.String arg0,
- java.lang.Throwable cause)
Constructor for SerialDeserialException.
Parameters:
arg0
- cause
- of this exception SerialDeserialException
- public SerialDeserialException( java.lang.Throwable cause)
Constructor for SerialDeserialException.
Parameters:
cause
- of this exception Method Detail
getCause
- public java.lang.Throwable getCause( )
This returns the exception that causes this exception to be
thrown.
Overrides:
getCause
in class java.lang.Throwable
Returns:
cause of this exception