-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta2
-
unknown
-
solaris_2.6
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2042286 | 1.4.0 | Everett Anderson | P4 | Closed | Won't Fix |
There should be a try/catch around the cast to (Serializable).
It should catch ClassCastException then raise a more specific error like:
"attempt to serialize a non-serializable object".
This needs to be raised in a form appropriate for rmi-iiop.
Not sure if this is used by IDL? I do not think so.
It should catch ClassCastException then raise a more specific error like:
"attempt to serialize a non-serializable object".
This needs to be raised in a form appropriate for rmi-iiop.
Not sure if this is used by IDL? I do not think so.
- backported by
-
JDK-2042286 Util.writeAny should report a specific error if object not serializable
-
- Closed
-