Package com.atlassian.bitbucket.pull
Class InvalidPullRequestReviewersException
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
com.atlassian.bitbucket.pull.InvalidPullRequestReviewersException
- All Implemented Interfaces:
Serializable
Indicates one or more reviewers could not be added to a new or existing pull request because the users either
don't exist, don't have permission to view the pull request.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidPullRequestReviewersException
(KeyedMessage message, Map<String, KeyedMessage> reviewerErrorsByName, Set<ApplicationUser> validReviewers) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException
getErrorsByParticipantName, getValidParticipants
Methods 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
-
InvalidPullRequestReviewersException
-
InvalidPullRequestReviewersException
public InvalidPullRequestReviewersException(@Nonnull KeyedMessage message, @Nonnull Map<String, KeyedMessage> reviewerErrorsByName, @Nonnull Set<ApplicationUser> validReviewers)
-
-
Method Details
-
getReviewerErrors
-
getValidReviewers
-