Package org.eclipse.jgit.errors
Class NoRemoteRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.TransportException
org.eclipse.jgit.errors.NoRemoteRepositoryException
- All Implemented Interfaces:
Serializable
Indicates a remote repository does not exist.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoRemoteRepositoryException
(URIish uri, String s) Constructs an exception indicating a repository does not exist. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoRemoteRepositoryException
Constructs an exception indicating a repository does not exist.- Parameters:
uri
- URI used for transports
- message
-