run
T run(com.google.gerrit.reviewdb.server.ReviewDb db)
throws com.google.gwtorm.server.OrmException,
BaseServiceImplementation.Failure,
NoSuchProjectException,
com.google.gerrit.common.errors.NoSuchGroupException,
com.google.gerrit.common.errors.InvalidQueryException,
IOException
Perform this action, returning the onSuccess value.
- Parameters:
db
- an open database handle to be used by this connection.
- Returns:
- he value to pass to
AsyncCallback.onSuccess(Object)
.
- Throws:
com.google.gwtorm.server.OrmException
- any schema based action failed.
BaseServiceImplementation.Failure
- cause is given to
AsyncCallback.onFailure(Throwable)
.
NoSuchProjectException
com.google.gerrit.common.errors.NoSuchGroupException
com.google.gerrit.common.errors.InvalidQueryException
IOException