Ignore bad notification posted

This commit is contained in:
M66B 2019-07-06 11:33:45 +02:00
parent 586db9d9ba
commit da839c8857
1 changed files with 3 additions and 0 deletions

View File

@ -372,6 +372,9 @@ public class ApplicationEx extends Application {
if (ex instanceof NoSuchMethodError)
return false;
if (ex.getMessage() != null && ex.getMessage().startsWith("Bad notification posted"))
return false;
if (ex instanceof TimeoutException &&
ex.getMessage() != null &&
ex.getMessage().startsWith("com.sun.mail.imap.IMAPStore.finalize"))