public class InvalidRemoteException extends GitAPIException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
InvalidRemoteException(java.lang.String msg)
Constructor for InvalidRemoteException
|
InvalidRemoteException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for InvalidRemoteException
|
private static final long serialVersionUID
public InvalidRemoteException(java.lang.String msg)
msg
- message describing the invalid remote.public InvalidRemoteException(java.lang.String msg, java.lang.Throwable cause)
msg
- message describing the invalid remote.cause
- why the remote is invalid.