com.ibm.websphere.workarea

Class NotSerializableError

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.lang.RuntimeException
  5. extended bycom.ibm.websphere.workarea.NotSerializableError
All implemented interfaces:
java.io.Serializable

  1. public class NotSerializableError
  2. extends java.lang.RuntimeException
A NotSerializableError reflects the possibility that non-java processes may potentially interact with java processes via iiop carrying WorkArea context; for example, it is possible to set context into a WorkArea in a C++ environment and carry that context into an ejb. However, data other than primitives and remote references are not serializable; any attempt to read non-serialized data from the UserWorkArea reference will result in a NotSerializableError being thrown.
Version:
1.0
See Also:
Serialized Form

Constructor Summary

Constructor and Description
NotSerializableError()
NotSerializableError(java.lang.String s)

Method Summary

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

NotSerializableError

  1. public NotSerializableError()

NotSerializableError

  1. public NotSerializableError(java.lang.String s)