Uses of Class
org.apache.solr.core.SolrException.ErrorCode

Packages that use SolrException.ErrorCode
org.apache.solr.core   
 

Uses of SolrException.ErrorCode in org.apache.solr.core
 

Methods in org.apache.solr.core that return SolrException.ErrorCode
static SolrException.ErrorCode SolrException.ErrorCode.valueOf(java.lang.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.core with parameters of type SolrException.ErrorCode
SolrException(SolrException.ErrorCode code, java.lang.String msg)
           
SolrException(SolrException.ErrorCode code, java.lang.String msg, boolean alreadyLogged)
           
SolrException(SolrException.ErrorCode code, java.lang.String msg, java.lang.Throwable th)
           
SolrException(SolrException.ErrorCode code, java.lang.String msg, java.lang.Throwable th, boolean alreadyLogged)
           
SolrException(SolrException.ErrorCode code, java.lang.Throwable th)
           
 



Copyright © 2006 - 2009 The Apache Software Foundation