Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / instructions / WriteActionsInstructionSerializerTest.java
index 3cb9e2a319f099e942494e7cace103b2d447637d..f2707430a635b5920f34c125e9abb83eb68826d1 100644 (file)
@@ -31,7 +31,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instru
 public class WriteActionsInstructionSerializerTest 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");