Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / multipart / MultipartReplyMeterStatsDeserializerTest.java
index 1dc3e467b08d2b897b0dd5c5ae597f3f6af6ff26..725d4d7ff7010f7f4398af249cd61d3482a97f06 100644 (file)
@@ -30,7 +30,7 @@ public class MultipartReplyMeterStatsDeserializerTest extends AbstractMultipartD
     private static final long BYTE_BAND_COUNT = 8L;
 
     @Test
-    public void deserialize() throws Exception {
+    public void deserialize() {
         ByteBuf buffer = UnpooledByteBufAllocator.DEFAULT.buffer();
         buffer.writeInt(METER_ID);
         buffer.writeShort(ITEM_LENGTH);