public class

UnmodifiablePullRequestRoleException

extends ArgumentValidationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.ServiceException
           ↳ com.atlassian.bitbucket.validation.ArgumentValidationException
             ↳ com.atlassian.bitbucket.pull.UnmodifiablePullRequestRoleException

Class Overview

Thrown when attempting to modify the author of a pull request. A pull request's author cannot be assigned to any other role, nor can they be removed. For example, attempting to reassign the author of a pull request as a reviewer may trigger this exception.

Summary

Public Constructors
UnmodifiablePullRequestRoleException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnmodifiablePullRequestRoleException (KeyedMessage message)