mirror of https://github.com/apache/cloudstack.git
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:
commit
36d0bfdecf
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue