Class SnIndexException

All Implemented Interfaces:
Serializable

public class SnIndexException extends SnException
Represents an index related exception.
See Also:
  • Constructor Details

    • SnIndexException

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

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

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

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