-
Enhancement
-
Resolution: Fixed
-
P3
-
1.3.0, 1.4.0
-
beta
-
generic, sparc
-
generic, solaris_2.6
-
Verified
When one level of an application catches an exception, it
often wants to report a different "higher level" exception
upwards, but it also wants to include the full state of the
lower level exception.
Some parts of J2SE already support this, e.g. the JDBC SQLException
support chaining lower level exceptions.
A generic hook should be added to java.lang.Exception to
support chaining of all kinds of exceptions.
- duplicates
-
JDK-4359876 Throwable.backtrace is not serialized, would be nice
-
- Closed
-
- relates to
-
JDK-4361993 JDI: Convert com.sun.jdi.InvocationException to use exception chaining
-
- Closed
-