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 Details

    • SolrFacetConfigException

      public SolrFacetConfigException(String msgId)
      Constructor
      Parameters:
      msgId - message id
    • SolrFacetConfigException

      public SolrFacetConfigException(String msgId, Object[] msgParams)
      Constructor
      Parameters:
      msgId - message id
      msgParams - message params
    • SolrFacetConfigException

      public SolrFacetConfigException(String msgId, Throwable cause)
      Constructor
      Parameters:
      msgId - message id
      cause - causing exception
    • SolrFacetConfigException

      public SolrFacetConfigException(String msgId, Object[] msgParams, Throwable cause)
      Constructor
      Parameters:
      msgId - message id
      msgParams - message params
      cause - causing exception