You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/08/15 02:42:26 UTC

DO NOT REPLY [Bug 22393] - NestableException API DOC not accurate

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22393>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22393

NestableException API DOC not accurate





------- Additional Comments From bayard@apache.org  2003-08-15 00:42 -------
Going back to at least JDK 1.2.2, java.lang.Throwable implemented Serializable. Anyone 
with ideas on what could be going wrong here?

I thought maybe that Nestable was declaring itself to be Serializable at one point, but 
looking at the CVS history it never has been such. The only class in the lang.exception 
package to mess with Serializable has been NestableDelegate.