Class GitRebaseWorkflowsDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.FeatureDisabledException
com.atlassian.bitbucket.scm.git.command.rebase.GitRebaseWorkflowsDisabledException
- All Implemented Interfaces:
Serializable
public class GitRebaseWorkflowsDisabledException
extends com.atlassian.bitbucket.FeatureDisabledException
Thrown when
rebase workflows are disabled and a user's request to perform a
rebase is rejected.-
Constructor Summary
ConstructorsConstructorDescriptionGitRebaseWorkflowsDisabledException(com.atlassian.bitbucket.i18n.KeyedMessage message) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitRebaseWorkflowsDisabledException
public GitRebaseWorkflowsDisabledException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)
-