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 SummaryConstructorsConstructorDescriptionPullRequestDeletionCanceledException(KeyedMessage message, List<KeyedMessage> cancelMessages) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.RequestCanceledExceptiongetCancelMessagesMethods inherited from class com.atlassian.bitbucket.ServiceExceptiongetKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PullRequestDeletionCanceledExceptionpublic PullRequestDeletionCanceledException(@Nonnull KeyedMessage message, @Nonnull List<KeyedMessage> cancelMessages) 
 
-