JDK-4794674 : NamingException spec should conform to other chained exception legacies.
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: javax.naming
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2002-12-17
  • Updated: 2003-04-10
  • Resolved: 2003-04-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 tigerFixed
Related Reports
Relates :  
Relates :  
Description
A Chained Exception facility was added to the Throwable class in 1.4
(see RFE 4209652).  This allows an exception to indicate that it was
thrown due to some other exception.  By the time this facility was
added, a number of exception classes were using ad-hoc solutions to
the same problem.  When 4209652 was integrated most of these ad-hoc
solutions were brought into line with the new generic facility but --
probably due to time constraints -- javax.naming.NamingException was not.

NamingException's behavior is already consistent with the treatment
given to other legacy classes, so only the javadoc needs to be updated
for consistency.


Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b05
02-09-2004

EVALUATION ###@###.### 2002-12-16 Update class javadoc to indicate that "root cause" and "cause" are one and the same. Have legacy field and methods indicate that the general-purpose exception chaining facility is preferred. Add javadoc to overridden methods that copies the text from the superclass but omits bits that do not apply to the subclass.
02-09-2004

PUBLIC COMMENTS -
02-09-2004