Class 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:
    Serialized Form
    • Constructor Detail

      • LimitExceededException

        public LimitExceededException​(String message)