Class GitAPIException

    • Constructor Detail

      • GitAPIException

        protected GitAPIException​(String message,
                                  Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - detail message
        cause - cause
        Since:
        3.1
      • GitAPIException

        protected GitAPIException​(String message)
        Constructs a new exception with the specified detail message and no cause.
        Parameters:
        message - detail message
        Since:
        3.1