Details
-
Type: Improvement
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
From Laurent Bihinic
Just a quick remark: with JDK 1.3, there's no way access the exception wrapped by StreamException as the method getCause() was introduced in JDK 1.4.
For JDK 1.3 compatibility, StreamException should keep a private reference to the wrapped exception and provide its own getCause() method.