Package org.eclipse.jgit.api.errors
Class TransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.TransportException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TooLargeObjectInPackException
,TooLargePackException
Exception thrown when transport operation failed
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransportException
(String msg) Constructor for TransportExceptionTransportException
(String msg, Throwable cause) Constructor for TransportException -
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
-
TransportException
Constructor for TransportException- Parameters:
msg
- message describing the transport failure.
-
TransportException
Constructor for TransportException- Parameters:
msg
- message describing the transport exception.cause
- why the transport failed.
-