Class 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 from abandon or submit are blocked.
    See Also:
    Serialized Form
    • Method Detail

      • message

        public static String message​(Change.Id id,
                                     int maxUpdates)