|
Deprecated Constructors |
org.apache.solr.common.SolrException(int, String)
Use SolrException.SolrException(ErrorCode,String). |
org.apache.solr.common.SolrException(int, String, boolean)
Use SolrException.SolrException(ErrorCode,String,boolean). |
org.apache.solr.common.SolrException(int, String, Throwable)
Use SolrException.SolrException(ErrorCode,String,Throwable). |
org.apache.solr.common.SolrException(int, String, Throwable, boolean)
Use SolrException.SolrException(ErrorCode,String,Throwable,boolean). |
org.apache.solr.common.SolrException(int, Throwable)
Use SolrException.SolrException(ErrorCode,Throwable). |