IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.asynchbeans
Class SerialDeserialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.ObjectStreamException
                  extended by com.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.

Overrides:
getCause in class java.lang.Throwable
Returns:
cause of this exception

IBM WebSphere Application ServerTM
Release 7