|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.eclipse.jgit.errors.TransportException org.eclipse.jgit.errors.RepositoryNotFoundException
public class RepositoryNotFoundException
Indicates a local repository does not exist.
Constructor Summary | |
---|---|
RepositoryNotFoundException(File 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)
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositoryNotFoundException(File location)
location
- description of the repository not found, usually file path.public RepositoryNotFoundException(File location, Throwable why)
location
- description of the repository not found, usually file path.why
- why the repository does not exist.public RepositoryNotFoundException(String location)
location
- description of the repository not found, usually file path.public RepositoryNotFoundException(String location, Throwable why)
location
- description of the repository not found, usually file path.why
- why the repository does not exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |