RFR: 8282723: Add constructors taking a cause to JSSE exceptions

Xue-Lei Andrew Fan xuelei at openjdk.java.net
Mon Mar 7 08:03:29 UTC 2022


Please review this small API enhancement to add the usual constructors taking a cause to javax.net.ssl exceptions.  The use of initCause in the JSSE implementation code is updated to use the new constructors accordingly.

Please review the CSR: https://bugs.openjdk.java.net/browse/JDK-8282724

-------------

Commit messages:
 - 8282723: Add constructors taking a cause to JSSE exceptions

Changes: https://git.openjdk.java.net/jdk/pull/7722/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7722&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8282723
  Stats: 174 lines in 19 files changed: 64 ins; 48 del; 62 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7722.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7722/head:pull/7722

PR: https://git.openjdk.java.net/jdk/pull/7722



More information about the security-dev mailing list