Remove unused exceptions
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / client / http / perf / AsyncExecutionStrategy.java
index 98d38dd475e46d4cafe5f426e301c94d73fe9b82..ecbb6de768f0b2dfe9ceff8b358231219e846ff9 100644 (file)
@@ -58,7 +58,7 @@ public class AsyncExecutionStrategy implements ExecutionStrategy {
                 }
 
                 @Override
-                public Response onCompleted(Response response) throws Exception {
+                public Response onCompleted(Response response) {
                     semaphore.release();
                     return response;
                 }