public class RepositoryNotFoundException extends TransportException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RepositoryNotFoundException(java.io.File location)
Constructs an exception indicating a local repository does not exist.
|
RepositoryNotFoundException(java.io.File location,
java.lang.Throwable why)
Constructs an exception indicating a local repository does not exist.
|
RepositoryNotFoundException(java.lang.String location)
Constructs an exception indicating a local repository does not exist.
|
RepositoryNotFoundException(java.lang.String location,
java.lang.Throwable why)
Constructs an exception indicating a local repository does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
message(java.lang.String location) |
private static final long serialVersionUID
public RepositoryNotFoundException(java.io.File location)
location - description of the repository not found, usually file path.public RepositoryNotFoundException(java.io.File location,
java.lang.Throwable why)
location - description of the repository not found, usually file path.why - why the repository does not exist.public RepositoryNotFoundException(java.lang.String location)
location - description of the repository not found, usually file path.public RepositoryNotFoundException(java.lang.String location,
java.lang.Throwable why)
location - description of the repository not found, usually file path.why - why the repository does not exist.