public class RepositoryNotFoundException extends TransportException
| 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.
|
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.Copyright © 2012. All Rights Reserved.