public class MultipleParentsNotAllowedException extends GitAPIException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MultipleParentsNotAllowedException(java.lang.String message)
Constructor for MultipleParentsNotAllowedException.
|
MultipleParentsNotAllowedException(java.lang.String message,
java.lang.Throwable cause)
Constructor for MultipleParentsNotAllowedException.
|
private static final long serialVersionUID
public MultipleParentsNotAllowedException(java.lang.String message,
java.lang.Throwable cause)
message - error messagecause - a Throwablepublic MultipleParentsNotAllowedException(java.lang.String message)
message - error message