Remove unused exceptions
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / utils / NetconfConnectorDTO.java
index 06578783beb4673d5471edeb1e97b07b7aa649d7..53d7e6b7e525eb8ab5044afdd6fed20b2a8bbd7d 100644 (file)
@@ -37,7 +37,7 @@ public class NetconfConnectorDTO implements AutoCloseable {
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         if (communicator != null) {
             communicator.close();
         }