On Mon, 2 Jan 2023 16:16:08 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> We have a couple of places where a SocketException is thrown but the cause is > omitted. It would be beneficial for example in error analysis not to throw > away the cause (causing exception) but to add it to the created > SocketException. This pull request has now been integrated. Changeset: c929d8be Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c929d8be5d19f2030406eb5c19f854e672c7a547 Stats: 25 lines in 4 files changed: 17 ins; 0 del; 8 mod 8299475: Enhance SocketException by cause where it is missing in net and nio area Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/11813