Remove redundant exception declarations
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / OFDatagramPacketDecoder.java
index 66c36524ea40f3c0f406f8065ea5e5ddf65617e0..91b9947d6ca9ccc1926d68fc32a332715b11a415 100644 (file)
@@ -29,8 +29,7 @@ public class OFDatagramPacketDecoder extends SimpleChannelInboundHandler<Version
 
     @Override
     @SuppressWarnings("checkstyle:IllegalCatch")
-    public void channelRead0(final ChannelHandlerContext ctx, final VersionMessageUdpWrapper msg)
-            throws Exception {
+    public void channelRead0(final ChannelHandlerContext ctx, final VersionMessageUdpWrapper msg) {
         if (LOG.isDebugEnabled()) {
             LOG.debug("UdpVersionMessageWrapper received: {}", ByteBufUtils.byteBufToHexString(msg.getMessageBuffer()));
         }