org.eclipse.jgit.api.errors
Class MultipleParentsNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.api.errors.GitAPIException
              extended by org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException
All Implemented Interfaces:
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
MultipleParentsNotAllowedException(String message)
           
MultipleParentsNotAllowedException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleParentsNotAllowedException

public MultipleParentsNotAllowedException(String message,
                                          Throwable cause)
Parameters:
message -
cause -

MultipleParentsNotAllowedException

public MultipleParentsNotAllowedException(String message)
Parameters:
message -


Copyright © 2012. All Rights Reserved.