Remove unused exceptions
[netconf.git] / netconf / callhome-protocol / src / main / java / org / opendaylight / netconf / callhome / protocol / NetconfCallHomeServer.java
index 6b88df398755205c4e82c16ef3e41b2798f3602b..a3e2db5054fdc11d84096e20cc71ed7a58004a85 100644 (file)
@@ -184,7 +184,7 @@ public class NetconfCallHomeServer implements AutoCloseable, ServerKeyVerifier {
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         acceptor.close(true);
     }
 }