Class NoChangesToCommitException

  • All Implemented Interfaces:
    Serializable

    public class NoChangesToCommitException
    extends GitCliOutputException
    Exception thrown when a Git commit is attempted but there's nothing to commit.
    Since:
    3.1.23
    Author:
    Alfonso Vasquez
    See Also:
    Serialized Form
    • Constructor Detail

      • NoChangesToCommitException

        public NoChangesToCommitException​(int exitValue,
                                          String msg)