public class

InvalidPullRequestParticipantException

extends IntegrityException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.exception.IntegrityException
             ↳ com.atlassian.stash.pull.InvalidPullRequestParticipantException
Known Direct Subclasses

Class Overview

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.

Summary

Public Constructors
InvalidPullRequestParticipantException(KeyedMessage message, PullRequestRole role)
Public Methods
@Nullable PullRequestRole getRole()
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidPullRequestParticipantException (KeyedMessage message, PullRequestRole role)

Public Methods

@Nullable public PullRequestRole getRole ()