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
 
 public class SolrServerException extends Exception Exception to catch all types of communication / parsing issues associated with talking to SOLR- Since:
- solr 1.3
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SolrServerException(String message)SolrServerException(String message, Throwable cause)SolrServerException(Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetRootCause()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-