Java org.eclipse.jgit.errors RepositoryNotFoundException fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.errors RepositoryNotFoundException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.errors RepositoryNotFoundException.

The text is from its open source code.

Subclass

org.eclipse.jgit.errors.RepositoryNotFoundException has subclasses.
Click this link to see all its subclasses.

Constructor

RepositoryNotFoundException(File location)
Constructs an exception indicating a local repository does not exist.
RepositoryNotFoundException(String location)
Constructs an exception indicating a local repository does not exist.
RepositoryNotFoundException(File location, Throwable why)
Constructs an exception indicating a local repository does not exist.
RepositoryNotFoundException(String location, Throwable why)
Constructs an exception indicating a local repository does not exist.