Class SnIndexerItemSourceMappingNotFoundException

All Implemented Interfaces:
Serializable

public class SnIndexerItemSourceMappingNotFoundException extends SnRuntimeException
Exception thrown when a suitable indexer item source mapping could not be found.
See Also:
  • Constructor Details

    • SnIndexerItemSourceMappingNotFoundException

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

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

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

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