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 Details

    • LimitExceededException

      public LimitExceededException(String message)