public class

GitNotFoundException

extends GitException
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

Class Overview

Thrown when the git binary is not installed on the system.

Summary

Public Constructors
GitNotFoundException(KeyedMessage message)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public GitNotFoundException (KeyedMessage message)