Bump upstream versions
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / AbstractNetconfSession.java
index d8c0697ae55f4773fe3328fc89a61df05cd2ecac..2c328df37e5b89bc37acf005e7a4ea3a70a0d354 100644 (file)
@@ -176,7 +176,7 @@ public abstract class AbstractNetconfSession<S extends NetconfSession, L extends
             // channel handler of reconnect promise
             super.channelInactive(ctx);
         } catch (final Exception e) {
-            throw new RuntimeException("Failed to delegate channel inactive event on channel " + ctx.channel(), e);
+            throw new IllegalStateException("Failed to delegate channel inactive event on channel " + ctx.channel(), e);
         }
     }