netty5/transport/src/main
Norman Maurer c1827114e9 Use ConnectException when connection failed for LocalChannel
Motivation:

To be more consistent we should use ConnectException when we fail the connect attempt because no LocalServerChannel exists with the given address.

Modifications:

Use correct exception.

Result:

More consistent handling of connection refused between different transports.
2016-05-14 07:23:55 +02:00
..
java/io/netty Use ConnectException when connection failed for LocalChannel 2016-05-14 07:23:55 +02:00