mirror of https://github.com/apache/cloudstack.git
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