CID 1338016: multi catch instead of pokemon

This commit is contained in:
Daan Hoogland 2015-11-01 19:40:48 +01:00 committed by Daan Hoogland
parent ea7c2d95b2
commit 2fb01b67ad
1 changed files with 1 additions and 1 deletions

View File

@ -1255,7 +1255,7 @@ public class VolumeApiServiceImpl extends ManagerBase implements VolumeApiServic
volOnCache.delete();
}
} catch (Exception e) {
} catch (InterruptedException | ExecutionException | NoTransitionException e) {
s_logger.warn("Failed to expunge volume:", e);
return false;
}