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

public class GitNoCommonAncestorException extends GitException
Error thrown when two or more refs have no common ancestor.
See Also:
  • Constructor Details

    • GitNoCommonAncestorException

      public GitNoCommonAncestorException(com.atlassian.bitbucket.i18n.KeyedMessage message)