Class IllegalPullRequestStateException

All Implemented Interfaces:
Serializable

public class IllegalPullRequestStateException extends IllegalEntityStateException
Thrown when an operation fails because the pull request is not in the expected state. For example, this exception might be thrown to indicate a pull request cannot be merged because it has already been declined.
See Also:
  • Constructor Details

    • IllegalPullRequestStateException

      public IllegalPullRequestStateException(KeyedMessage message)