com.ibm.websphere.workarea

Class NotSerializableError

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.websphere.workarea.NotSerializableError
  • All Implemented Interfaces:
    java.io.Serializable


    public class NotSerializableError
    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
    • 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

        public NotSerializableError()
      • NotSerializableError

        public NotSerializableError(java.lang.String s)
IBM WebSphere Application ServerTM
Release 8.5