Package com.atlassian.bitbucket.pull
Class PullRequestDeletionCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.RequestCanceledException
com.atlassian.bitbucket.pull.PullRequestDeletionCanceledException
- All Implemented Interfaces:
Serializable
Thrown when an event listener cancels the
event
raised before a
pull request
is deleted.- Since:
- 5.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPullRequestDeletionCanceledException
(KeyedMessage message, List<KeyedMessage> cancelMessages) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.RequestCanceledException
getCancelMessages
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
-
PullRequestDeletionCanceledException
public PullRequestDeletionCanceledException(@Nonnull KeyedMessage message, @Nonnull List<KeyedMessage> cancelMessages)
-