Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / ArpTargetHardwareAddressEntrySerializerTest.java
index 81788f2a3e657a3caf5de8c6f4ad56608f2900d0..f36f5d32bc9a48ffaf54e40fb74069c0237ae418 100644 (file)
@@ -23,7 +23,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class ArpTargetHardwareAddressEntrySerializerTest extends AbstractMatchEntrySerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final MacAddress address = new MacAddress("00:01:02:03:04:05");
         final MacAddress mask = new MacAddress("00:00:00:00:00:00");