Java org.eclipse.jgit.errors TransportException fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.errors TransportException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.errors TransportException.

The text is from its open source code.

Constructor

TransportException(final URIish uri, final String s, final Throwable cause)
Constructs an TransportException with the specified detail message prefixed with provided URI.
TransportException(URIish uri, String s)
Constructs an TransportException with the specified detail message prefixed with provided URI.
TransportException(String s, Throwable cause)
Constructs an TransportException with the specified detail message.
TransportException(String s)
Constructs an TransportException with the specified detail message.