Class SolrFileLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.search.provider.solr.service.SolrFileLoadException
- All Implemented Interfaces:
Serializable
Thrown when values to load from a file (stopwords, synonyms, etc.) are not found or fail to load
for some reason. This does not apply to values managed via our REST API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSolrFileLoadException(String message) SolrFileLoadException(String message, 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
-
SolrFileLoadException
-
SolrFileLoadException
-