Class SnIndexerException

All Implemented Interfaces:
Serializable

public class SnIndexerException extends SnException
Represents an indexer related exception.
See Also:
  • Constructor Details

    • SnIndexerException

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

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

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

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