Remove unused exceptions
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / streams / listeners / AbstractCommonSubscriber.java
index 55ea16db73f3364fc73047cdff92b4c12d3006a7..877deda59f31cdb1363858a9b116412b55728c7b 100644 (file)
@@ -50,7 +50,7 @@ abstract class AbstractCommonSubscriber extends AbstractQueryParams implements B
     }
 
     @Override
-    public final void close() throws Exception {
+    public final void close() {
         this.registration.close();
         this.registration = null;
         unregister();