Class InvalidPullRequestParticipantException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPullRequestParticipantsException

public class InvalidPullRequestParticipantException extends IntegrityException
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.
See Also:
  • Constructor Details

    • InvalidPullRequestParticipantException

      public InvalidPullRequestParticipantException(@Nonnull KeyedMessage message, @Nullable PullRequestRole role)
  • Method Details