Class DuplicateExternalIdKeyException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateExternalIdKeyException
    extends com.google.gerrit.exceptions.DuplicateKeyException
    Exception that is thrown if an external ID cannot be inserted because an external ID with the same key already exists.
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateExternalIdKeyException

        public DuplicateExternalIdKeyException​(ExternalId.Key duplicateKey)