Class GitMergeException

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.GitMergeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GitMergeStrategyException

public class GitMergeException extends GitException
See Also:
  • Constructor Details

    • GitMergeException

      public GitMergeException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)
    • GitMergeException

      public GitMergeException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nonnull List<GitMergeConflict> conflicts)
    • GitMergeException

      public GitMergeException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nullable Throwable cause)
      Parameters:
      message - the message for the exception
      cause - an optional cause for this exception
  • Method Details