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
    This can be thrown when a WorkWithExecutionContext is serialized or deserialized.
    See Also:
    WorkWithExecutionContext, Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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 8.5