SIGN IN SIGN UP

Catch more generic `FileSystemException` in `NamedPipeSocket` (#1418)

When npipe is busy, it throws the following exception:
`java.nio.file.FileSystemException: \\.\pipe\docker_engine: All pipe instances are busy.`

The previous, RandomAccessFile-base implementation was catching it as `FileNotFoundException`.
But the NIO-based one seems to be throwing a generic `FileSystemException`.
S
Sergei Egorov committed
54c86cee58e85f2dc07e5466e6196bca8db08ac2
Parent: 4497e18
Committed by GitHub <noreply@github.com> on 6/19/2020, 12:10:09 PM