Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / messages / MeterMessageSerializerTest.java
index 16f417bad8a140fae8e69d1aaf6a80045767b031..ec98addc644f8c10b33b269b01b10b98f2f878a0 100644 (file)
@@ -111,7 +111,7 @@ public class MeterMessageSerializerTest extends AbstractSerializerTest {
     }
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final ByteBuf out = UnpooledByteBufAllocator.DEFAULT.buffer();
         serializer.serialize(MESSAGE, out);