public class TransportException extends GitAPIException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TransportException(java.lang.String msg)
Constructor for TransportException
|
TransportException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for TransportException
|
private static final long serialVersionUID
public TransportException(java.lang.String msg)
msg
- message describing the transport failure.public TransportException(java.lang.String msg, java.lang.Throwable cause)
msg
- message describing the transport exception.cause
- why the transport failed.