public class TransportException extends GitAPIException
| Constructor and Description |
|---|
TransportException(java.lang.String msg) |
TransportException(java.lang.String msg,
java.lang.Throwable cause) |
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.Copyright © 2012. All Rights Reserved.