Package org.eclipse.jgit.api.errors
Class InvalidRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.InvalidRemoteException
- All Implemented Interfaces:
Serializable
Exception thrown when a fetch command was called with an invalid remote
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for InvalidRemoteExceptionInvalidRemoteException
(String msg, Throwable cause) Constructor for InvalidRemoteException -
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
-
InvalidRemoteException
Constructor for InvalidRemoteException- Parameters:
msg
- message describing the invalid remote.
-
InvalidRemoteException
Constructor for InvalidRemoteException- Parameters:
msg
- message describing the invalid remote.cause
- why the remote is invalid.
-