Remove unused exceptions
[netconf.git] / netconf / netconf-impl / src / main / java / org / opendaylight / netconf / impl / osgi / NetconfMonitoringServiceImpl.java
index 5c4c508f31b6d4e422af4b0954191f80ccd5622d..ff0bc5ce392c235a11023b4e9df2a15152ff02f9 100644 (file)
@@ -80,7 +80,7 @@ public class NetconfMonitoringServiceImpl implements NetconfMonitoringService, A
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         capabilityMonitoring.close();
         sessionMonitoring.close();
     }