Package org.eclipse.jgit.api.errors
Class MultipleParentsNotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
public class MultipleParentsNotAllowedException extends GitAPIException
The commit to be cherry-pick'ed did not have exactly one parent- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MultipleParentsNotAllowedException(java.lang.String message)
Constructor for MultipleParentsNotAllowedException.MultipleParentsNotAllowedException(java.lang.String message, java.lang.Throwable cause)
Constructor for MultipleParentsNotAllowedException.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MultipleParentsNotAllowedException
public MultipleParentsNotAllowedException(java.lang.String message, java.lang.Throwable cause)
Constructor for MultipleParentsNotAllowedException.- Parameters:
message
- error messagecause
- aThrowable
-
MultipleParentsNotAllowedException
public MultipleParentsNotAllowedException(java.lang.String message)
Constructor for MultipleParentsNotAllowedException.- Parameters:
message
- error message
-
-