Remove unused exceptions
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / client / stress / StressClientCallable.java
index c2868795c95ec66cae7a68023388282ecb932e3f..9a29a1ec9dde73527163f637ce412bbfd3742c95 100644 (file)
@@ -59,7 +59,7 @@ public class StressClientCallable implements Callable<Boolean> {
     }
 
     @Override
-    public Boolean call() throws Exception {
+    public Boolean call() {
         executionStrategy.invoke();
         netconfClientSession.close();
         return Boolean.TRUE;