Class GitBranchNotMergedException

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.branch.GitBranchNotMergedException
All Implemented Interfaces:
Serializable

public class GitBranchNotMergedException extends GitException
Thrown when an operation cannot be completed because the related branch is not fully merged.
See Also:
  • Constructor Details

    • GitBranchNotMergedException

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