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
-
-
Constructor Summary
Constructors Constructor Description MultipleParentsNotAllowedException(java.lang.String message)
MultipleParentsNotAllowedException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
MultipleParentsNotAllowedException
public MultipleParentsNotAllowedException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
-cause
-
-
MultipleParentsNotAllowedException
public MultipleParentsNotAllowedException(java.lang.String message)
- Parameters:
message
-
-
-