Files
gerrit/java/com/google/gerrit/httpd/auth/oauth
Dave Borowitz 40814dd46d Remove StorageException catch clauses from httpd
Some of these are the antipattern of returning an empty result instead
of letting a fatal error propagate. In others, the purpose of the catch
clause is to do additional logging or add context information to the
exception message. In these cases, switch to catching RuntimeException
instead, under the assumption that the additional context is useful
regardless of the type of unexpected error.

Change-Id: I21b94ae2c00b9c09c2b81c5fc8cd1b66bb491bc9
2019-04-17 19:42:10 -07:00
..