Class SolrFacetConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.search.impl.solr.facet.SolrFacetConfigException
- All Implemented Interfaces:
Serializable
public class SolrFacetConfigException
extends org.alfresco.error.AlfrescoRuntimeException
- Author:
- Jamal Kaabi-Mofrad
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSolrFacetConfigException(String msgId) ConstructorSolrFacetConfigException(String msgId, Object[] msgParams) ConstructorSolrFacetConfigException(String msgId, Object[] msgParams, Throwable cause) ConstructorSolrFacetConfigException(String msgId, Throwable cause) Constructor -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SolrFacetConfigException
Constructor- Parameters:
msgId- message id
-
SolrFacetConfigException
Constructor- Parameters:
msgId- message idmsgParams- message params
-
SolrFacetConfigException
Constructor- Parameters:
msgId- message idcause- causing exception
-
SolrFacetConfigException
Constructor- Parameters:
msgId- message idmsgParams- message paramscause- causing exception
-