Github user nvazquez commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1497#discussion_r59923092
--- Diff: server/src/com/cloud/api/query/QueryManagerImpl.java ---
@@ -1731,6 +1731,17 @@
Long zoneId = cmd.getZoneId();
Long podId = cmd.getPodId();
+ List<Long> ids = null;
--- End diff --
Ok, they extend from <code>com.cloud.utils.component.ManagerBase</code> but
I found an issue on that, from its project (cloud-utils) there is no visibility
to <code>com.cloud.exception.InvalidParameterValueException</code>
I wouldn't like to modify dependencies, what do you think? Would I use
another exception?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---