QueryPendingChecks: Remove declaration of unthrown QueryParseException

Change-Id: If4f450118aad0921bd8043b9e566e2bd37e11c90
diff --git a/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java b/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java
index fb7a03a..908aa30 100644
--- a/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java
+++ b/java/com/google/gerrit/plugins/checks/api/QueryPendingChecks.java
@@ -80,8 +80,7 @@
   }
 
   public List<PendingChecksInfo> apply()
-      throws RestApiException, IOException, ConfigInvalidException, OrmException,
-          QueryParseException {
+      throws RestApiException, IOException, ConfigInvalidException, OrmException {
     return apply(TopLevelResource.INSTANCE);
   }