Class GitEmptyRebaseBeforeMergeException

All Implemented Interfaces:
Serializable

public class GitEmptyRebaseBeforeMergeException extends GitMergeStrategyException
An exception that is thrown when the merge could not be completed because the target branch includes identical changes and the rebase discarded all the incoming commits.
Since:
8.14
See Also:
  • Constructor Details

    • GitEmptyRebaseBeforeMergeException

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