|
|
@ -1585,10 +1585,10 @@ public class Log {
|
|
|
|
ex.getCause().getMessage().contains("User is authenticated but not connected"))
|
|
|
|
ex.getCause().getMessage().contains("User is authenticated but not connected"))
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
|
|
|
|
|
|
|
|
if (ex instanceof MessagingException &&
|
|
|
|
//if (ex instanceof MessagingException &&
|
|
|
|
ex.getMessage() != null &&
|
|
|
|
// ex.getMessage() != null &&
|
|
|
|
ex.getMessage().startsWith("OAuth refresh"))
|
|
|
|
// ex.getMessage().startsWith("OAuth refresh"))
|
|
|
|
return null;
|
|
|
|
// return null;
|
|
|
|
|
|
|
|
|
|
|
|
if (ex instanceof IOException &&
|
|
|
|
if (ex instanceof IOException &&
|
|
|
|
ex.getCause() instanceof MessageRemovedException)
|
|
|
|
ex.getCause() instanceof MessageRemovedException)
|
|
|
|