Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / MultipartRequestMessageSerializerTest.java
index 0338df7880ba4df9c35412d2d3a3cbe7b01c1188..9b996e781de8194d7601448759bfcc6c539b9e88 100644 (file)
@@ -57,7 +57,7 @@ public class MultipartRequestMessageSerializerTest extends AbstractSerializerTes
     }
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final ByteBuf out = UnpooledByteBufAllocator.DEFAULT.buffer();
         serializer.serialize(MESSAGE, out);