Package com.google.gerrit.server.notedb
Class TooManyUpdatesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.gerrit.exceptions.StorageException
-
- com.google.gerrit.server.notedb.TooManyUpdatesException
-
- All Implemented Interfaces:
Serializable
public class TooManyUpdatesException extends com.google.gerrit.exceptions.StorageException
Exception indicating that the change has received too many updates. Further actions apart fromabandon
orsubmit
are blocked.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
message(Change.Id id, int maxUpdates)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-