Class ConflictingRefNameException
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
- All Implemented Interfaces:
Serializable
Indicates the operation could not be completed because a existing ref already exists
with a name that conflicts with the one being created.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.repository.InvalidRefNameException
getRefName
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictingRefNameException
-