Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / actions / SetNwTosActionSerializerTest.java
index 6953018c0c290ee1a603724ab0fbf4cced577bb6..c52744bea2ef5383d1b2bb97441c05816de29b6b 100644 (file)
@@ -20,7 +20,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.acti
 public class SetNwTosActionSerializerTest extends AbstractSetFieldActionSerializerTest {
 
     @Test
-    public void testSerialize() throws Exception {
+    public void testSerialize() {
         final int tos = 10;
 
         final Action action = new SetNwTosActionCaseBuilder()