public class TransportException extends IOException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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
- messageCopyright © 2016 Eclipse JGit Project. All rights reserved.