com.ibm.websphere.asynchbeans

Class SerialDeserialException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.io.IOException
  5. extended byjava.io.ObjectStreamException
  6. extended bycom.ibm.websphere.asynchbeans.SerialDeserialException
All implemented interfaces:
java.io.Serializable

  1. public class SerialDeserialException
  2. extends java.io.ObjectStreamException
This can be thrown when a WorkWithExecutionContext is serialized or deserialized.
See Also:
WorkWithExecutionContext, Serialized Form

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
  1. 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

  1. public SerialDeserialException( )
Constructor for SerialDeserialException.

SerialDeserialException

  1. public SerialDeserialException( java.lang.String arg0)
Constructor for SerialDeserialException.
Parameters:
arg0 -

SerialDeserialException

  1. public SerialDeserialException( java.lang.String arg0,
  2. java.lang.Throwable cause)
Constructor for SerialDeserialException.
Parameters:
arg0 -
cause - of this exception

SerialDeserialException

  1. public SerialDeserialException( java.lang.Throwable cause)
Constructor for SerialDeserialException.
Parameters:
cause - of this exception

Method Detail

getCause

  1. 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