| 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 | |||||
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.ServiceException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||