Class NotSupportedException

    • Constructor Detail

      • NotSupportedException

        public NotSupportedException​(String s)
        Construct a NotSupportedException for some issue JGit cannot yet handle.
        Parameters:
        s - message describing the issue
      • NotSupportedException

        public NotSupportedException​(String s,
                                     Throwable why)
        Construct a NotSupportedException for some issue JGit cannot yet handle.
        Parameters:
        s - message describing the issue
        why - a lower level implementation specific issue.