JDK-8282723 : Add constructors taking a cause to JSSE exceptions
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-03-07
  • Updated: 2022-03-20
  • Resolved: 2022-03-20
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.
JDK 19
19 masterFixed
Related Reports
CSR :  
Relates :  
Description
The exception classes in javax.net.ssl have multiple uses where initCause is called right after the constructions.  This would be better handled by a constructor taking a cause.
Comments
Changeset: 4df67426 Author: Xue-Lei Andrew Fan <xuelei@openjdk.org> Date: 2022-03-20 06:46:13 +0000 URL: https://git.openjdk.java.net/jdk/commit/4df67426ed02f18af0757897acb28b636a317a91
20-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7722 Date: 2022-03-07 07:52:29 +0000
07-03-2022