RFR: JDK-8282686: Add constructors taking a cause to SocketException

Xue-Lei Andrew Fan xuelei at openjdk.java.net
Sat Mar 5 16:16:55 UTC 2022


On Fri, 4 Mar 2022 21:17:01 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Please review this small API enhancement to add the usual constructors taking a cause to SocketException and then update uses of initiCause on creating SocketException to instead pass the cause via the constructor.
> 
> Please also review the CSR: https://bugs.openjdk.java.net/browse/JDK-8282688

Looks good to me.  I may file a new RFE and use this constructor in the JSSE implementation.

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

Marked as reviewed by xuelei (Reviewer).

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



More information about the security-dev mailing list