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:
  • Constructor Details

    • SolrServerException

      public SolrServerException(String message, Throwable cause)
    • SolrServerException

      public SolrServerException(String message)
    • SolrServerException

      public SolrServerException(Throwable cause)
  • Method Details

    • getRootCause

      public Throwable getRootCause()