Class SnSearchProviderConfigurationNotFoundException

All Implemented Interfaces:
Serializable

public class SnSearchProviderConfigurationNotFoundException extends SnRuntimeException
Exception thrown when a suitable search provider configuration could not be found.
See Also:
  • Constructor Details

    • SnSearchProviderConfigurationNotFoundException

      public SnSearchProviderConfigurationNotFoundException()
      Constructs a new exception with null as its detail message.
      See Also:
    • SnSearchProviderConfigurationNotFoundException

      public SnSearchProviderConfigurationNotFoundException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - - the message
      See Also:
    • SnSearchProviderConfigurationNotFoundException

      public SnSearchProviderConfigurationNotFoundException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - - the message
      cause - - the cause
      See Also:
    • SnSearchProviderConfigurationNotFoundException

      public SnSearchProviderConfigurationNotFoundException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - - the cause
      See Also: