Class DuplicatePullRequestException

All Implemented Interfaces:
Serializable

public class DuplicatePullRequestException extends IntegrityException
Indicates a pull request could not be created because there is already an open pull request with the same to/from repositories and branches.
See Also:
  • Constructor Details

    • DuplicatePullRequestException

      public DuplicatePullRequestException(@Nonnull PullRequest pullRequest, @Nonnull KeyedMessage message)
  • Method Details

    • getExistingPullRequest

      @Nonnull public PullRequest getExistingPullRequest()