Class InvalidRebaseStepException

  • All Implemented Interfaces:
    Serializable

    public class InvalidRebaseStepException
    extends GitAPIException
    Exception thrown if a rebase step is invalid. E.g., a rebase must not start with squash or fixup.
    Since:
    3.2
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidRebaseStepException

        public InvalidRebaseStepException​(String msg)
        Parameters:
        msg -
      • InvalidRebaseStepException

        public InvalidRebaseStepException​(String msg,
                                          Throwable cause)
        Parameters:
        msg -
        cause -