Class UncategorizedSolrException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.data.solr.UncategorizedSolrException
All Implemented Interfaces:
Serializable

public class UncategorizedSolrException extends org.springframework.dao.UncategorizedDataAccessException
SolrClient threw an exception that could not be mapped. UncategorizedSolrException wraps the original Exception
See Also:
  • Constructor Details

    • UncategorizedSolrException

      public UncategorizedSolrException(String msg, Throwable cause)