Remove unused exceptions
[netconf.git] / netconf / netconf-util / src / main / java / org / opendaylight / netconf / util / messages / SendErrorExceptionUtil.java
index 9c4df2b9b1eeedf91a9af2c49aba6c84ee1b70b8..f89d2848ef3cae6f52d11a19b1ce5e2b4738b496 100644 (file)
@@ -100,7 +100,7 @@ public final class SendErrorExceptionUtil {
         }
 
         @Override
-        public void operationComplete(final ChannelFuture channelFuture) throws Exception {
+        public void operationComplete(final ChannelFuture channelFuture) {
             Preconditions.checkState(channelFuture.isSuccess(), "Unable to send exception %s", sendErrorException,
                     channelFuture.cause());
         }