Consider interrupt as I/O error

This commit is contained in:
M66B 2021-03-20 11:11:16 +01:00
parent 96641c22fb
commit a600f779ad
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ public class ConnectionHelper {
ex instanceof IOException ||
ex instanceof ConnectionException ||
ex instanceof AccountsException ||
ex instanceof InterruptedException ||
"EOF on socket".equals(ex.getMessage()) ||
"failed to connect".equals(ex.getMessage()))
return true;