List of usage examples for org.eclipse.jgit.errors RepositoryNotFoundException subclass-usage
From source file com.google.gerrit.server.git.RepositoryCaseMismatchException.java
/**
* This exception is thrown if a project cannot be created because a project
* with the same name in a different case already exists. This can only happen
* if the OS has a case insensitive file system (e.g. Windows), because in this
* case the name for the git repository in the file system is already occupied
* by the existing project.