public class

GitRepositoryLayoutException

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.GitRepositoryLayoutException

Class Overview

Thrown when a repository operation fails because the layout of the repository on disk does not follow the expected format. For example, when a repository is created, git init and git clone have a set of standard directories they create. If any of those directories are missing, it may trigger this exception when the system attempts to use them.

Summary

Public Constructors
GitRepositoryLayoutException(KeyedMessage message, File path)
Public Methods
@Nonnull File getPath()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public GitRepositoryLayoutException (KeyedMessage message, File path)

Public Methods

@Nonnull public File getPath ()