Package com.google.gerrit.server.notedb
Class LimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gerrit.exceptions.StorageException
com.google.gerrit.server.notedb.LimitExceededException
- All Implemented Interfaces:
Serializable
public class LimitExceededException
extends com.google.gerrit.exceptions.StorageException
A write operation was rejected because a limit would be exceeded. Limits are currently imposed
on:
- The number of NoteDb updates per change.
- The number of patch sets per change.
- The number of files per change.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LimitExceededException
-