Remove unused exceptions
[netconf.git] / netconf / messagebus-netconf / src / main / java / org / opendaylight / netconf / messagebus / eventsources / netconf / StreamNotificationTopicRegistration.java
index a77dbdc2e13b9a2fafe45b8d31a90b510209ec1e..01966c207262489f2ad7761586685ea73b522e58 100644 (file)
@@ -160,7 +160,7 @@ class StreamNotificationTopicRegistration extends NotificationTopicRegistration
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         closeStream();
     }