Class BaseHttpSolrClient.RemoteSolrException

    • Constructor Detail

      • RemoteSolrException

        public RemoteSolrException​(String remoteHost,
                                   int code,
                                   String msg,
                                   Throwable th)
        Parameters:
        remoteHost - the host the error was received from
        code - Arbitrary HTTP status code
        msg - Exception Message
        th - Throwable to wrap with this Exception