Class DuplicateExternalIdKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gerrit.exceptions.StorageException
com.google.gerrit.exceptions.DuplicateKeyException
com.google.gerrit.server.account.externalids.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:
  • Constructor Details

    • DuplicateExternalIdKeyException

      public DuplicateExternalIdKeyException(ExternalId.Key duplicateKey)
    • DuplicateExternalIdKeyException

      public DuplicateExternalIdKeyException(ExternalId.Key duplicateKey, Throwable why)
  • Method Details