Merge "Adapt to change in Gerrit core"
diff --git a/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java b/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java
index f3f60da..f78d143 100644
--- a/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java
+++ b/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java
@@ -81,8 +81,7 @@
     this.checkerQueryProvider = checkerQueryProvider;
   }
 
-  public List<PendingChecksInfo> apply()
-      throws RestApiException, IOException, ConfigInvalidException, StorageException {
+  public List<PendingChecksInfo> apply() throws Exception {
     return apply(TopLevelResource.INSTANCE).value();
   }