Merge pull request #1018 from DaanHoogland/CID-1338016

CID 1338016: multi catch instead of pokemon

* pr/1018:
  CID 1338016: multi catch instead of pokemon

Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
Remi Bergsma 2015-11-23 11:34:23 +01:00
commit 36d0bfdecf
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;
}