Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / multipart / MultipartReplyMeterConfigDeserializerTest.java
index ab7d2555478ae361d35a0af19962322b00c4f87f..3de6d6443c7aea8d1fcdde2bb397695d06dd361b 100644 (file)
@@ -40,7 +40,7 @@ public class MultipartReplyMeterConfigDeserializerTest extends AbstractMultipart
     private static final byte PREC_LEVEL = 3;
 
     @Test
-    public void deserializeDrop() throws Exception {
+    public void deserializeDrop() {
         ByteBuf buffer = UnpooledByteBufAllocator.DEFAULT.buffer();
         writeCommonAtributes(buffer);
         buffer.writeShort(OFPMBTDROP);
@@ -60,7 +60,7 @@ public class MultipartReplyMeterConfigDeserializerTest extends AbstractMultipart
     }
 
     @Test
-    public void deserializeDscp() throws Exception {
+    public void deserializeDscp() {
         ByteBuf buffer = UnpooledByteBufAllocator.DEFAULT.buffer();
         writeCommonAtributes(buffer);
         buffer.writeShort(OFPMBTDSCP);