Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / Ipv6NdTargetEntrySerializerTest.java
index 0cf6c5f6b64e399bd5c8f68791940331256a1cf2..b8789305bad2d4a6038f0fb8daa2123879f4e2b7 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class Ipv6NdTargetEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final Ipv6Address ipv6NdTarget = new Ipv6Address("2001:db8::");
 
         final Match ipv6NdTargetMatch = new MatchBuilder()