Class GitRepositoryLayoutException

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
All Implemented Interfaces:
Serializable

public class GitRepositoryLayoutException extends GitException
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.
See Also:
  • Constructor Details

    • GitRepositoryLayoutException

      public GitRepositoryLayoutException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nonnull File path)
  • Method Details

    • getPath

      @Nonnull public File getPath()