Uses of Class
org.apache.solr.client.solrj.impl.BaseHttpSolrClient.RemoteSolrException
-
Packages that use BaseHttpSolrClient.RemoteSolrException Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of BaseHttpSolrClient.RemoteSolrException in org.apache.solr.client.solrj.impl
Subclasses of BaseHttpSolrClient.RemoteSolrException in org.apache.solr.client.solrj.impl Modifier and Type Class Description static class
BaseHttpSolrClient.RemoteExecutionException
This should be thrown when a server has an error in executing the request and it sends a proper payload back to the clientstatic class
HttpSolrClient.RemoteExecutionException
Deprecated.since 8.0, catchBaseHttpSolrClient.RemoteExecutionException
insteadstatic class
HttpSolrClient.RemoteSolrException
Deprecated.since 8.0, catchBaseHttpSolrClient.RemoteSolrException
instead
-