Avoid exception report during shutdown
This commit is contained in:
parent
342e67e205
commit
3a39688dc8
1 changed files with 2 additions and 0 deletions
|
|
@ -926,6 +926,8 @@ public class MapManager {
|
|||
f.get();
|
||||
} catch (CancellationException cx) {
|
||||
return;
|
||||
} catch (InterruptedException cx) {
|
||||
return;
|
||||
} catch (ExecutionException ex) {
|
||||
Log.severe("Error while checking world times: ", ex.getCause());
|
||||
} catch (Exception ix) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue