Rename OrmException to StorageException and move to exceptions package
Subclasses are also renamed: * OrmDuplicateKeyException -> DuplicateKeyException * OrmRuntimeException -> StorageRuntimeException Change-Id: I0e934f177e98667ec7cb9912f246ac649a4efd99
This commit is contained in:
@@ -31,6 +31,7 @@ EXPORTS = [
|
||||
"//antlr3:query_parser",
|
||||
"//java/com/google/gerrit/common:annotations",
|
||||
"//java/com/google/gerrit/common:server",
|
||||
"//java/com/google/gerrit/exceptions",
|
||||
"//java/com/google/gerrit/extensions:api",
|
||||
"//java/com/google/gerrit/git",
|
||||
"//java/com/google/gerrit/index",
|
||||
@@ -50,7 +51,6 @@ EXPORTS = [
|
||||
"//java/com/google/gerrit/server/util/time",
|
||||
"//java/com/google/gerrit/util/cli",
|
||||
"//java/com/google/gerrit/util/http",
|
||||
"//java/com/google/gwtorm",
|
||||
"//lib/antlr:java-runtime",
|
||||
"//lib/auto:auto-value-annotations",
|
||||
"//lib/commons:compress",
|
||||
|
||||
Submodule plugins/delete-project updated: 2488351e73...4401de0976
Submodule plugins/replication updated: c0a25b0803...dc67690a5f
Submodule plugins/reviewnotes updated: d7ba4997b5...49191ba199
Submodule plugins/singleusergroup updated: 4a63efa29d...25bcffa8e0
Reference in New Issue
Block a user