public class RepositoryNotFoundException extends TransportException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2018 Eclipse JGit Project. All rights reserved.