public class

ConflictingRefNameException

extends InvalidRefNameException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.validation.ArgumentValidationException
             ↳ com.atlassian.bitbucket.InvalidNameException
               ↳ com.atlassian.bitbucket.repository.InvalidRefNameException
                 ↳ com.atlassian.bitbucket.repository.ConflictingRefNameException

Class Overview

Indicates the operation could not be completed because a existing ref already exists with a name that conflicts with the one being created.

Summary

Public Constructors
ConflictingRefNameException(KeyedMessage message, MinimalRef ref)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.repository.InvalidRefNameException
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ConflictingRefNameException (KeyedMessage message, MinimalRef ref)