Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Operating System: All
Platform: All
-
38625
Description
Line 843 is "throw new Exception(e);" Exception chaining wasn't introduced until
JDK 1.4. Anyway, this exception chaining isn't needed if the catch block around
it is changed to a finally. Patch to be attached shortly.