| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SolrException.ErrorCode | |
|---|---|
| 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. | 
| Uses of SolrException.ErrorCode in org.apache.solr.client.solrj.impl | 
|---|
| Constructors in org.apache.solr.client.solrj.impl with parameters of type SolrException.ErrorCode | |
|---|---|
CloudSolrServer.RouteException(SolrException.ErrorCode errorCode,
                               NamedList<Throwable> throwables,
                               Map<String,LBHttpSolrServer.Req> routes)
 | 
|
| Uses of SolrException.ErrorCode in org.apache.solr.common | 
|---|
| Methods in org.apache.solr.common that return SolrException.ErrorCode | |
|---|---|
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.  | 
| Constructors in org.apache.solr.common with parameters of type SolrException.ErrorCode | |
|---|---|
SolrException(SolrException.ErrorCode code,
              String msg)
 | 
|
SolrException(SolrException.ErrorCode code,
              String msg,
              Throwable th)
 | 
|
SolrException(SolrException.ErrorCode code,
              Throwable th)
 | 
|
| Uses of SolrException.ErrorCode in org.apache.solr.common.cloud | 
|---|
| Constructors in org.apache.solr.common.cloud with parameters of type SolrException.ErrorCode | |
|---|---|
ZooKeeperException(SolrException.ErrorCode code,
                   String msg)
 | 
|
ZooKeeperException(SolrException.ErrorCode code,
                   String msg,
                   Throwable th)
 | 
|
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||