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/13 21:11:46 UTC

DO NOT REPLY [Bug 22393] New: - 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

           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: commons-dev@jakarta.apache.org
        ReportedBy: gehl_p@hotmail.com


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