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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateExternalIdKeyException
-
-
Method Details
-
getDuplicateKey
-