Class FacetConfigServiceException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfigName()
      Get configuration name
      java.lang.String getMessage()
      Get error message
      • 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

      • FacetConfigServiceException

        public FacetConfigServiceException​(java.lang.String configName,
                                           java.lang.String message,
                                           java.lang.Throwable nested)
        Initializes the exception
        Parameters:
        configName - - name of search configuration
        message - - error message
        nested - - nested exception
      • FacetConfigServiceException

        public FacetConfigServiceException​(java.lang.String configName,
                                           java.lang.String message)
        Initializes the exception
        Parameters:
        configName - - name of search configuration
        message - - error message
      • FacetConfigServiceException

        public FacetConfigServiceException​(java.lang.String message,
                                           java.lang.Throwable nested)
        Initializes the exception
        Parameters:
        message - - error message
        nested - - nested exception
      • FacetConfigServiceException

        public FacetConfigServiceException​(java.lang.String message)
        Initializes the exception
        Parameters:
        message - - error message
    • Method Detail

      • getConfigName

        public java.lang.String getConfigName()
        Get configuration name
        Returns:
        the configName
      • getMessage

        public java.lang.String getMessage()
        Get error message
        Overrides:
        getMessage in class java.lang.Throwable
        Returns:
        the message