| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.impl | 
 Concrete implementations of client API classes. 
 | 
| org.apache.solr.common | 
 Common classes reused on both clients & server for dealing with  
documents to be indexed and result documents. | 
| org.apache.solr.common.cloud | 
 Common Solr Cloud and ZooKeeper related classes reused on both clients & server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected BaseCloudSolrClient.RouteException | 
BaseCloudSolrClient.getRouteException(SolrException.ErrorCode serverError,
                 NamedList<Throwable> exceptions,
                 Map<String,? extends LBSolrClient.Req> routes)  | 
protected CloudSolrClient.RouteException | 
CloudSolrClient.getRouteException(SolrException.ErrorCode serverError,
                 NamedList<Throwable> exceptions,
                 Map<String,? extends LBSolrClient.Req> routes)  | 
| Constructor and Description | 
|---|
RouteException(SolrException.ErrorCode errorCode,
              NamedList<Throwable> throwables,
              Map<String,? extends LBSolrClient.Req> routes)  | 
RouteException(SolrException.ErrorCode errorCode,
              NamedList<Throwable> throwables,
              Map<String,? extends LBSolrClient.Req> routes)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static SolrException.ErrorCode | 
SolrException.ErrorCode.getErrorCode(int c)  | 
static SolrException.ErrorCode | 
SolrException.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SolrException.ErrorCode[] | 
SolrException.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
SolrException(SolrException.ErrorCode code,
             String msg)  | 
SolrException(SolrException.ErrorCode code,
             String msg,
             Throwable th)  | 
SolrException(SolrException.ErrorCode code,
             Throwable th)  | 
| Constructor and Description | 
|---|
ZooKeeperException(SolrException.ErrorCode code,
                  String msg)  | 
ZooKeeperException(SolrException.ErrorCode code,
                  String msg,
                  Throwable th)  | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.