Package org.apache.solr.client.solrj
Class SolrServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.solr.client.solrj.SolrServerException
- All Implemented Interfaces:
Serializable
Exception to catch all types of communication / parsing issues associated with talking to SOLR
- Since:
- solr 1.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSolrServerException(String message) SolrServerException(String message, Throwable cause) SolrServerException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SolrServerException
-
SolrServerException
-
SolrServerException
-
-
Method Details
-
getRootCause
-