Class UnsuportedServerModeException

All Implemented Interfaces:
Serializable

public class UnsuportedServerModeException extends FacetConfigServiceException
Thrown whenever SOLR configuration contains mode definition that is not supported
See Also:
  • Constructor Details

    • UnsuportedServerModeException

      public UnsuportedServerModeException(String configName, String message, Throwable nested)
      Initializes the exception
      Parameters:
      configName - - name of search configuration
      message - - error message
      nested - - nested exception
    • UnsuportedServerModeException

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

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