public class

DuplicateRefException

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.repository.DuplicateRefException

Class Overview

Indicates the operation could not be completed because a ref already exists for the supplied name.

Summary

Public Constructors
DuplicateRefException(KeyedMessage message, String refName)
Public Methods
@Nonnull String getRefName()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DuplicateRefException (KeyedMessage message, String refName)

Public Methods

@Nonnull public String getRefName ()