Class FacetConfigUnknownBeanException

    • Constructor Summary

      Constructors 
      Constructor Description
      FacetConfigUnknownBeanException​(java.lang.String configName, java.lang.String message, java.lang.Throwable nested, java.lang.Object... params)
      Initializes exception
      FacetConfigUnknownBeanException​(java.lang.String message, java.lang.Throwable nested)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FacetConfigUnknownBeanException

        public FacetConfigUnknownBeanException​(java.lang.String message,
                                               java.lang.Throwable nested)
        Parameters:
        message -
        nested -
      • FacetConfigUnknownBeanException

        public FacetConfigUnknownBeanException​(java.lang.String configName,
                                               java.lang.String message,
                                               java.lang.Throwable nested,
                                               java.lang.Object... params)
        Initializes exception
        Parameters:
        configName - - name of SOLR configuration item
        message - - parameterized error message
        nested - - nested exception
        params - - elements of parameterized error message