Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / instructions / ApplyActionsInstructionSerializerTest.java
index 10c404c5f677520d7e091de64668fa223cd96af5..6d3beb080e7a9fb9adf13f34f16587b936cd7738 100644 (file)
@@ -31,7 +31,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instru
 public class ApplyActionsInstructionSerializerTest extends AbstractInstructionSerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final int order = 0;
         final Ipv4Prefix prefix = new Ipv4Prefix("192.168.76.0/32");