Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / actions / PushPbbActionSerializerTest.java
index 9ac7fa80e9e48b516042c0d67bd4438af4806a1f..d97492168ebb3e1082ca25301acc3071c0fdb44e 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.acti
 public class PushPbbActionSerializerTest extends AbstractActionSerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final int ethType = 10;
 
         final Action action = new PushPbbActionCaseBuilder()