https://issues.apache.org/bugzilla/show_bug.cgi?id=49190

--- Comment #1 from sean.mul...@sun.com 2010-04-27 09:46:41 EDT ---
There is a reason behind this design.

JSR 105 was designed to run on JDK 1.2 and up. This is documented in the API
dependencies of the JSR 105 specification:
http://jcp.org/aboutJava/communityprocess/final/jsr105/index.html . The
Exception(Throwable cause) constructor did not get added to the JDK until
version 1.4, so we could not use them.

Having said that, Apache XML Security requires JDK 1.4 and up, so we should be
able to change this implementation of JSR 105 to invoke these constructors.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to