]> source.dussan.org Git - jgit.git/commit
Throw API exception when LsRemoteCommand fails with TransportException 49/4949/3
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 15 Jan 2012 00:38:25 +0000 (01:38 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 15 Jan 2012 00:38:25 +0000 (01:38 +0100)
commitb8830d7bbbc206f3f56d06b21814b14b51d69f4f
treecd855535b2f22b30016fadb049f59fe22699c109
parentd5c890e0fdbfdd5d532121a2eb812ee2143c8ab5
Throw API exception when LsRemoteCommand fails with TransportException

In many cases applications want to handle TransportException hence
expose it as an API exception.

Change-Id: I64b885ecfb1a35bd93c89026c6298d1820ba69d0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/TransportException.java [new file with mode: 0644]