Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / match / EthernetDestinationEntryDeserializerTest.java
index 1c488ec2985a17e057e520837eed95dcfa7d91cd..7f3a6aa19c263e9fa5ab9b33f5b410db27f0f900 100644 (file)
@@ -22,7 +22,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
 public class EthernetDestinationEntryDeserializerTest extends AbstractMatchEntryDeserializerTest {
 
     @Test
-    public void deserializeEntry() throws Exception {
+    public void deserializeEntry() {
         final ByteBuf in = UnpooledByteBufAllocator.DEFAULT.buffer();
         final MacAddress ethernetDestinationAddress = new MacAddress("00:01:02:03:04:05");
         final MacAddress ethernetDestinationAddressMask = new MacAddress("00:00:00:00:00:00");