Class UnsuportedServerModeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsuportedServerModeException
    extends FacetConfigServiceException
    Thrown whenever SOLR configuration contains mode definition that is not supported
    See Also:
    Serialized Form
    • 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

      • UnsuportedServerModeException

        public UnsuportedServerModeException​(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
      • UnsuportedServerModeException

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

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