Remove unused exceptions
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / client / http / perf / PerfClientCallable.java
index 787aa7f4bac7630a56f18007c950326655a11026..59ff9260c9a8ae658e20f3f4b3f8c5a186f24093 100644 (file)
@@ -63,7 +63,7 @@ public class PerfClientCallable implements Callable<Void> {
     }
 
     @Override
-    public Void call() throws Exception {
+    public Void call() {
         executionStrategy.invoke();
         asyncHttpClient.closeAsynchronously();
         return null;