throw new CloudRuntimeException("Failed to create floating ip pool", ex);
}
_fipPool = fipPool;
} else {
try {
api.update(fipPool);
} catch (IOException ex) {
s_logger.warn("floating ip pool update", ex);
throw new CloudRuntimeException("Unable to update floating ip ppol object", ex);
}
}