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
Deprecated.Interfaces relating to the capture of work with execution context are replaced byContextServiceand related interfaces.
@Deprecated public class SerialDeserialException extends java.io.ObjectStreamExceptionThis can be thrown when a WorkWithExecutionContext is serialized or deserialized.- See Also:
javax.enterprise.concurrent.ContextService,WorkWithExecutionContext, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SerialDeserialException()Deprecated.Constructor for SerialDeserialException.SerialDeserialException(java.lang.String arg0)Deprecated.Constructor for SerialDeserialException.SerialDeserialException(java.lang.String arg0, java.lang.Throwable cause)Deprecated.Constructor for SerialDeserialException.SerialDeserialException(java.lang.Throwable cause)Deprecated.Constructor for SerialDeserialException.
-
Method Summary
Methods Modifier and Type Method and Description java.lang.ThrowablegetCause()Deprecated.This returns the exception that causes this exception to be thrown.
-
-
-
Constructor Detail
-
SerialDeserialException
public SerialDeserialException()
Deprecated.Constructor for SerialDeserialException.
-
SerialDeserialException
public SerialDeserialException(java.lang.String arg0)
Deprecated.Constructor for SerialDeserialException.- Parameters:
arg0-
-
SerialDeserialException
public SerialDeserialException(java.lang.String arg0, java.lang.Throwable cause)Deprecated.Constructor for SerialDeserialException.- Parameters:
arg0-cause- of this exception
-
SerialDeserialException
public SerialDeserialException(java.lang.Throwable cause)
Deprecated.Constructor for SerialDeserialException.- Parameters:
cause- of this exception
-
-