Package com.atlassian.bitbucket.pull
Class PullRequestDeletionDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.FeatureDisabledException
com.atlassian.bitbucket.pull.PullRequestDeletionDisabledException
- All Implemented Interfaces:
Serializable
Thrown when a user, or a plugin, attempts to delete a pull request when
the feature
has been disabled.- Since:
- 5.1
- See Also:
-
Constructor Summary
ConstructorDescriptionPullRequestDeletionDisabledException
(KeyedMessage message, PullRequest pullRequest) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PullRequestDeletionDisabledException
public PullRequestDeletionDisabledException(@Nonnull KeyedMessage message, @Nonnull PullRequest pullRequest)
-
-
Method Details
-
getPullRequest
-