com.ibm.websphere.asynchbeans
Class SerialDeserialException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.io.ObjectStreamException
                  extended bycom.ibm.websphere.asynchbeans.SerialDeserialException
All Implemented Interfaces:
java.io.Serializable

public class SerialDeserialException
extends java.io.ObjectStreamException

This can be thrown when a WorkWithExecutionContext is serialized or deserialized.

See Also:
WorkWithExecutionContext, Serialized Form

Constructor Summary
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
 java.lang.Throwable 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.

Returns:
cause of this exception