|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.workarea.NotSerializableError
public class NotSerializableError
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.
Constructor Summary | |
---|---|
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 |
---|
public NotSerializableError()
public NotSerializableError(java.lang.String s)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |