Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / actions / SetNwDstActionSerializerTest.java
index 25b25dc1a4f2bf0028ee825fc77264f2d01d69a5..86041264b551a88c2d3839782c155053e6158e01 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.addr
 public class SetNwDstActionSerializerTest extends AbstractSetFieldActionSerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final Ipv4 address = new Ipv4Builder()
                 .setIpv4Address(new Ipv4Prefix("192.168.76.2/32"))
                 .build();