Class GitRepositoryLockedException

  • All Implemented Interfaces:
    Serializable

    public class GitRepositoryLockedException
    extends GitCliOutputException
    Exception thrown when a Git repository has been locked (a .git/index.lock file was found)
    Since:
    3.1.23
    Author:
    Alfonso Vasquez
    See Also:
    Serialized Form
    • Constructor Detail

      • GitRepositoryLockedException

        public GitRepositoryLockedException​(int exitValue,
                                            String msg)