Remove redundant exception declarations
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / action / CopyTtlOutActionDeserializerTest.java
index 8664b942d0ab55507f3adb3231a5e51e0fff17d8..df6029d6dfade5e617d7154b1ebef1644232306d 100644 (file)
@@ -21,7 +21,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.acti
 public class CopyTtlOutActionDeserializerTest extends AbstractActionDeserializerTest {
 
     @Test
-    public void testDeserialize() throws Exception {
+    public void testDeserialize() {
         final ByteBuf in = UnpooledByteBufAllocator.DEFAULT.buffer();
         writeHeader(in);
         in.writeZero(ActionConstants.PADDING_IN_ACTION_HEADER);