Package com.lucidworks.cloud.api.solr
Class FusionSolrWrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lucidworks.cloud.error.FusionException
com.lucidworks.cloud.api.solr.FusionSolrWrapperException
- All Implemented Interfaces:
Serializable
public class FusionSolrWrapperException
extends com.lucidworks.cloud.error.FusionException
Fusion exception which can extract some important information form Solr excepting
- See Also:
-
Field Summary
Fields inherited from class com.lucidworks.cloud.error.FusionException
errorInfo -
Constructor Summary
ConstructorsConstructorDescriptionFusionSolrWrapperException(org.apache.solr.client.solrj.SolrServerException e) Deprecated.FusionSolrWrapperException(org.apache.solr.common.SolrException e) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic com.lucidworks.cloud.error.ErrorInfoExtract information from Solr exceptionsMethods inherited from class com.lucidworks.cloud.error.FusionException
getErrorInfo, getMessage, isOfType, returnOnTypeOrRethrowMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FusionSolrWrapperException
Deprecated.Create FusionException with a help ofcreateErrorInfo(Throwable)- Parameters:
e-
-
FusionSolrWrapperException
Deprecated.
-
-
Method Details
-
createErrorInfo
Extract information from Solr exceptions- Parameters:
ex-- Returns:
-