Package com.atlassian.bitbucket.pull
Class InvalidPullRequestParticipantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.IntegrityException
com.atlassian.bitbucket.pull.InvalidPullRequestParticipantException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPullRequestParticipantsException
Indicates an operation to mutate particulars of an existing pull request participant or an operation to add a participant
to a pull request is invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidPullRequestParticipantException
(KeyedMessage message, PullRequestRole role) -
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
-
InvalidPullRequestParticipantException
public InvalidPullRequestParticipantException(@Nonnull KeyedMessage message, @Nullable PullRequestRole role)
-
-
Method Details
-
getRole
-