Class UnmergedPathsException

All Implemented Interfaces:
Serializable

public class UnmergedPathsException extends GitAPIException
Thrown when branch deletion fails due to unmerged data
See Also:
  • Field Details

  • Constructor Details

    • UnmergedPathsException

      public UnmergedPathsException()
      The default constructor with a default message
    • UnmergedPathsException

      public UnmergedPathsException(Throwable cause)
      The default constructor with a default message
      Parameters:
      cause - original exception
    • UnmergedPathsException

      public UnmergedPathsException(String message, Throwable cause)
      Constructor for UnmergedPathsException
      Parameters:
      message - the message
      cause - a Throwable
      Since:
      4.1