- 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