Package com.atlassian.bitbucket.scm.git
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
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 Summary
ConstructorsConstructorDescriptionGitRepositoryLayoutException(com.atlassian.bitbucket.i18n.KeyedMessage message, File path) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitRepositoryLayoutException
public GitRepositoryLayoutException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nonnull File path)
-
-
Method Details
-
getPath
-