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