Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / messages / PacketInMessageDeserializerTest.java
index 1cf28613cd303f6b330fc490f9e977d7673a6c48..11d3414ee408c770f06ee70a1dcd73089bc48ea1 100644 (file)
@@ -39,7 +39,7 @@ public class PacketInMessageDeserializerTest extends AbstractDeserializerTest {
     }
 
     @Test
-    public void deserialize() throws Exception {
+    public void deserialize() {
         buffer.writeByte(TYPE);
         buffer.writeShort(EncodeConstants.EMPTY_LENGTH);
         buffer.writeInt(XID);