Serializablepublic class RepositoryNotFoundException extends TransportException
| Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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. All rights reserved.