Class NoRemoteRepositoryException

    • Constructor Detail

      • NoRemoteRepositoryException

        public NoRemoteRepositoryException​(URIish uri,
                                           String s)
        Constructs an exception indicating a repository does not exist.
        Parameters:
        uri - URI used for transport
        s - message
      • NoRemoteRepositoryException

        public NoRemoteRepositoryException​(URIish uri,
                                           String s,
                                           Throwable cause)
        Constructs an exception indicating a repository does not exist.
        Parameters:
        uri - URI used for transport
        s - message
        cause - root cause exception
        Since:
        5.13