Class MultipleParentsNotAllowedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException
All Implemented Interfaces:
Serializable

public class MultipleParentsNotAllowedException extends GitAPIException
The commit to be cherry-pick'ed did not have exactly one parent
See Also:
  • Field Details

  • Constructor Details

    • MultipleParentsNotAllowedException

      public MultipleParentsNotAllowedException(String message, Throwable cause)
      Constructor for MultipleParentsNotAllowedException.
      Parameters:
      message - error message
      cause - a Throwable
    • MultipleParentsNotAllowedException

      public MultipleParentsNotAllowedException(String message)
      Constructor for MultipleParentsNotAllowedException.
      Parameters:
      message - error message