Class GitRebaseException

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.rebase.GitRebaseException
All Implemented Interfaces:
Serializable

public class GitRebaseException extends GitException
Since:
5.5
See Also:
  • Constructor Details

    • GitRebaseException

      public GitRebaseException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)
      Parameters:
      message - the message for the exception
    • GitRebaseException

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