public class

DuplicatePublicKeyException

extends IntegrityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.IntegrityException
             ↳ com.atlassian.bitbucket.ssh.DuplicatePublicKeyException
Known Direct Subclasses

Class Overview

Indicates an attempt was made to add a duplicate key access when this is not permitted by rules governing the permitted types of duplicate key access entries. Note that the two keys may not necessarily be in the same scope. For instance the same SSH public key cannot cannot be used for both gaining access to a repository project and for authenticating as a particular user.

Summary

Public Constructors
DuplicatePublicKeyException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DuplicatePublicKeyException (KeyedMessage message)