Small improvement

This commit is contained in:
M66B 2019-03-25 17:46:15 +00:00
parent 55e9f1f592
commit afa8610b99
1 changed files with 1 additions and 0 deletions

View File

@ -1734,6 +1734,7 @@ class Core {
!(ex instanceof IllegalStateException) &&
!(ex instanceof AuthenticationFailedException) && // Also: Too many simultaneous connections
!(ex instanceof StoreClosedException) &&
!(ex instanceof UnknownHostException) &&
!(ex instanceof MessageRemovedException) &&
!(ex instanceof MessagingException && ex.getCause() instanceof UnknownHostException) &&
!(ex instanceof MessagingException && ex.getCause() instanceof ConnectionException) &&