Package com.atlassian.bitbucket.pull
Class InvalidPullRequestParticipantsException
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
com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPullRequestReviewersException
- Since:
- 5.13
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidPullRequestParticipantsException
(KeyedMessage message, PullRequestRole role, Map<String, KeyedMessage> errorsByParticipantName, Set<ApplicationUser> validParticipants) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.bitbucket.pull.InvalidPullRequestParticipantException
getRole
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
-
InvalidPullRequestParticipantsException
public InvalidPullRequestParticipantsException(@Nonnull KeyedMessage message, @Nullable PullRequestRole role, @Nonnull Map<String, KeyedMessage> errorsByParticipantName, @Nonnull Set<ApplicationUser> validParticipants)
-
-
Method Details
-
getErrorsByParticipantName
-
getValidParticipants
-