PassThroughException should not reimplement initCause()/getCause()
------------------------------------------------------------------
Key: DERBY-4010
URL: https://issues.apache.org/jira/browse/DERBY-4010
Project: Derby
Issue Type: Improvement
Affects Versions: 10.5.0.0
Reporter: Knut Anders Hatlen
Priority: Trivial
org.apache.derby.iapi.error.PassThroughException has its own mechanism to
achieve the same functionality as one gets from the initCause() and getCause()
methods in java.lang.Throwable. This was needed when Derby supported Java 1.3,
which didn't have initCause()/getCause(), but now that we don't support Java
1.3 we could simplify the class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.