Performs Gerrit startup check, can abort startup by throwing StartupException. Called on Gerrit startup after all LifecycleListener have been invoked. @throws StartupException thrown if Gerrit startup should be aborted
()
| 26 | * @throws StartupException thrown if Gerrit startup should be aborted |
| 27 | */ |
| 28 | void check() throws StartupException; |
| 29 | } |
no outgoing calls