Class NoMergeBaseException

  • All Implemented Interfaces:
    Serializable

    public class NoMergeBaseException
    extends IOException
    Exception thrown if a merge fails because no merge base could be determined.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • NoMergeBaseException

        public NoMergeBaseException​(NoMergeBaseException.MergeBaseFailureReason reason,
                                    String message)
        Construct a NoMergeBase exception
        Parameters:
        reason - the reason why no merge base could be found
        message - a text describing the problem
      • NoMergeBaseException

        public NoMergeBaseException​(NoMergeBaseException.MergeBaseFailureReason reason,
                                    String message,
                                    Throwable why)
        Construct a NoMergeBase exception
        Parameters:
        reason - the reason why no merge base could be found
        message - a text describing the problem
        why - an exception causing this error