Class TuleapClient.TuleapGitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.jenkins.plugins.tuleap_api.deprecated_client.TuleapClient.TuleapGitException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TuleapClient
public static class TuleapClient.TuleapGitException extends IOException
If some git errors occurs, it is not a showstopper though as it may be just temporary. No retry mechanism is yet implemented- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TuleapGitException(String uri, String path, Throwable t)
TuleapGitException(String remote, org.eclipse.jgit.api.errors.TransportException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-