Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / multipart / MultipartReplyPortDescDeserializerTest.java
index 709c1e8d1f1518cc806a1d3ad93aaf493126adcb..b1ed1ececc9ca2ee9ad9480bf8e30ef4e406787c 100644 (file)
@@ -65,7 +65,7 @@ public class MultipartReplyPortDescDeserializerTest extends AbstractMultipartDes
     private static final int MAXIMUM_SPEED = 10;
 
     @Test
-    public void deserialize() throws Exception {
+    public void deserialize() {
         ByteBuf buffer = UnpooledByteBufAllocator.DEFAULT.buffer();
         buffer.writeInt(PORT_NUMBER);
         buffer.writeZero(PADDING_IN_PORT_DESC_HEADER_01);