Class SolrFacetConfigException

  • All Implemented Interfaces:
    Serializable

    public class SolrFacetConfigException
    extends org.alfresco.error.AlfrescoRuntimeException
    Author:
    Jamal Kaabi-Mofrad
    See Also:
    Serialized Form
    • Constructor Detail

      • 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