Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / IpEcnEntrySerializerTest.java
index f11bc66cafdca4e078cd31fba9a6e54a08b07068..007aa1639cebefcb7b59c13dd73cf8d5daeb398f 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class IpEcnEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final short ecn = (short) 58;
 
         final Match match = new MatchBuilder()