|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.eclipse.jgit.errors.TransportException
public class TransportException
Indicates a protocol error has occurred while fetching/pushing objects.
Constructor Summary | |
---|---|
TransportException(String s)
Constructs an TransportException with the specified detail message. |
|
TransportException(String s,
Throwable cause)
Constructs an TransportException with the specified detail message. |
|
TransportException(URIish uri,
String s)
Constructs an TransportException with the specified detail message prefixed with provided URI. |
|
TransportException(URIish uri,
String s,
Throwable cause)
Constructs an TransportException with the specified detail message prefixed with provided URI. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransportException(URIish uri, String s)
uri
- URI used for transports
- messagepublic TransportException(URIish uri, String s, Throwable cause)
uri
- URI used for transports
- messagecause
- root cause exceptionpublic TransportException(String s)
s
- messagepublic TransportException(String s, Throwable cause)
s
- messagecause
- root cause exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |