Uses of Class
org.eclipse.jgit.api.errors.TransportException
-
Packages that use TransportException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.api.errors Exceptions thrown by API commands. -
-
Uses of TransportException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw TransportException Modifier and Type Method Description GitCloneCommand. call()FetchResultFetchCommand. call()Collection<Ref>LsRemoteCommand. call()PullResultPullCommand. call()Iterable<PushResult>PushCommand. call()Map<String,Ref>LsRemoteCommand. callAsMap()Same asLsRemoteCommand.call(), but return Map instead of Collection. -
Uses of TransportException in org.eclipse.jgit.api.errors
Subclasses of TransportException in org.eclipse.jgit.api.errors Modifier and Type Class Description classTooLargeObjectInPackExceptionException thrown when PackParser finds an object larger than a predefined limitclassTooLargePackExceptionException thrown when the server rejected a too large pack
-