mirror of
https://github.com/apache/cloudstack
synced 2026-08-11 08:28:00 +00:00
CID 1338016: multi catch instead of pokemon
This commit is contained in:
parent
ea7c2d95b2
commit
2fb01b67ad
@ -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
Block a user