Class GitNoCommonAncestorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.scm.git.GitException
com.atlassian.bitbucket.scm.git.command.merge.GitNoCommonAncestorException
- All Implemented Interfaces:
Serializable
Error thrown when two or more refs have no common ancestor.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGitNoCommonAncestorException
(com.atlassian.bitbucket.i18n.KeyedMessage message) -
Method Summary
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
-
GitNoCommonAncestorException
public GitNoCommonAncestorException(com.atlassian.bitbucket.i18n.KeyedMessage message)
-