Remove unused exceptions
[netconf.git] / netconf / netconf-topology-singleton / src / test / java / org / opendaylight / netconf / topology / singleton / impl / NetconfNodeManagerTest.java
index 33c0b70525344aca04b7abd719d712314d74f35c..721817e809085435ab67da54f7b1a693f87b9e5d 100644 (file)
@@ -398,7 +398,7 @@ public class NetconfNodeManagerTest {
 
         @SuppressWarnings({ "rawtypes", "unchecked" })
         @Override
-        public void handleReceive(Object message) throws Exception {
+        public void handleReceive(Object message) {
             CompletableFuture dropFuture = messagesToDrop.remove(message.getClass());
             if (dropFuture != null) {
                 dropFuture.complete(message);