Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Operating System: All
Platform: PC
-
20603
Description
Currently NestableDelegate cannot be used outside of the commons.lang.exception
package because its constructor & many methods are package private.
This means that if you cannot extend NestableException for some reason
(eg you have to extend some other exception like EJBException) then you cannot
take use NestableDelegate to help you implement nestable.