Remove unused exceptions
[netconf.git] / netconf / netconf-tcp / src / main / java / org / opendaylight / netconf / tcp / NetconfNorthboundTcpServer.java
index 8b9caef47b15388755bb308e23d608fe81351c14..69090c283f6a93cd3c8136d701f5e6846791f890 100644 (file)
@@ -48,7 +48,7 @@ public class NetconfNorthboundTcpServer implements AutoCloseable {
     }
 
     @Override
-    public void close() throws Exception {
+    public void close() {
         if (tcpServer.isDone()) {
             tcpServer.channel().close();
         } else {