Files
gerrit/gerrit-acceptance-tests
David Pursehouse 299011b43e acceptance-tests: Only declare methods as throwing Exception
We don't need to declare specific exceptions being thrown from test
methods; it's enough to declare Exception. The test will fail anyway
regardless of what specific exception is thrown.

This is already the case for the majority of code in the acceptance
tests. Clean up the remaining instances of specific 'throws'.

Change-Id: I093c9617813785fb00368e2b1780e99971fe23be
2016-02-24 14:29:32 +00:00
..