Class 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 Detail

      • SolrServerException

        public SolrServerException​(String message,
                                   Throwable cause)
      • SolrServerException

        public SolrServerException​(String message)
      • SolrServerException

        public SolrServerException​(Throwable cause)
    • Method Detail

      • getRootCause

        public Throwable getRootCause()