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 Summary: NestableException API DOC not accurate Product: Commons Version: 1.0.1 Final Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Lang AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Context : I use a sub class of NestableException which needs to be serializable because thrown in a session EJB. Problem : Each time i throw my exception i get a "org.apache.commons.lang.exception.NestableException is not serializable" exception. Bug : When I look at the following API documentation http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/exception/Ne stableException.html i see that NestableException implements Serializable but when I look at the code in the commons-lang-src-20030813.zip archive I see that NestableException declaration is only "public class NestableException extends Exception implements Nestable". Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]