Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.4
-
None
-
None
Description
Add a getCause method to CopyStreamException that has the same signature as Throwable#getCause from JDK 1.4 and returns the wrapped IOException.
This will override the existing getCause method in version of Java > 1.4 and hence include the IOExceptions stack trace in the CopyStreamExceptions stack trace or just be ignored in Java 1.3.