Integrated: JDK-8299475: Enhance SocketException by cause where it is missing in net and nio area
Matthias Baesken
mbaesken at openjdk.org
Thu Jan 5 08:29:56 UTC 2023
On Mon, 2 Jan 2023 16:16:08 GMT, Matthias Baesken <mbaesken at 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 <mbaesken at 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
More information about the nio-dev
mailing list