public class

InvalidPullRequestParticipantsException

extends 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
               ↳ com.atlassian.bitbucket.pull.InvalidPullRequestParticipantsException
Known Direct Subclasses

Summary

Public Constructors
InvalidPullRequestParticipantsException(KeyedMessage message, PullRequestRole role, Map<StringKeyedMessage> errorsByParticipantName, Set<ApplicationUser> validParticipants)
Public Methods
@Nonnull Map<StringKeyedMessage> getErrorsByParticipantName()
@Nonnull Set<ApplicationUser> getValidParticipants()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.pull.InvalidPullRequestParticipantException
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidPullRequestParticipantsException (KeyedMessage message, PullRequestRole role, Map<StringKeyedMessage> errorsByParticipantName, Set<ApplicationUser> validParticipants)

Public Methods

@Nonnull public Map<StringKeyedMessage> getErrorsByParticipantName ()

@Nonnull public Set<ApplicationUser> getValidParticipants ()