public class UnmergedPathsException extends GitAPIException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnmergedPathsException()
The default constructor with a default message
|
UnmergedPathsException(java.lang.String message,
java.lang.Throwable cause)
Constructor for UnmergedPathsException
|
UnmergedPathsException(java.lang.Throwable cause)
The default constructor with a default message
|
private static final long serialVersionUID
public UnmergedPathsException()
public UnmergedPathsException(java.lang.Throwable cause)
cause - original exceptionpublic UnmergedPathsException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - a Throwable