Remove unused exceptions
[netconf.git] / protocol-framework / src / main / java / org / opendaylight / protocol / framework / ReconnectPromise.java
index 87313f4e4cfb1140bc8f2c59e63dc39bddb06bcf..a0728514ed1a4a568938e7595903b808f5185917 100644 (file)
@@ -91,7 +91,7 @@ final class ReconnectPromise<S extends ProtocolSession<?>, L extends SessionList
         }
 
         @Override
-        public void channelInactive(final ChannelHandlerContext ctx) throws Exception {
+        public void channelInactive(final ChannelHandlerContext ctx) {
             // This is the ultimate channel inactive handler, not forwarding
             if (promise.isCancelled()) {
                 return;