Suppress error from GreenMail on shutdown

This commit is contained in:
vramik 2015-09-23 11:21:48 +02:00
parent e811b87679
commit cbf5c920ea

View file

@ -44,7 +44,7 @@ public class MailServer {
log.info("-------------------------------------------------------");
}
}
} catch (IOException | MessagingException ex) {
} catch (IOException | InterruptedException | MessagingException ex) {
throw new RuntimeException(ex);
}
}