Class GitNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.scm.git.GitException
com.atlassian.bitbucket.scm.git.GitNotFoundException
All Implemented Interfaces:
Serializable

public class GitNotFoundException extends GitException
Thrown when the git binary is not installed on the system.
See Also:
  • Constructor Details

    • GitNotFoundException

      public GitNotFoundException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)