Class GitEmptySquashException

All Implemented Interfaces:
Serializable

public class GitEmptySquashException extends GitMergeStrategyException
An exception that is thrown when the merge could not be completed because the target branch includes identical changes and the squashed commit would be empty.
Since:
8.14
See Also:
  • Constructor Details

    • GitEmptySquashException

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