Class IndexException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SizeLimitExceededException, UncategorizedIndexException

public abstract class IndexException extends RuntimeException
Base class for exceptions thrown by Index implementations.
See Also:
  • Constructor Details

    • IndexException

      public IndexException()
      Constructs an IndexException
    • IndexException

      public IndexException(String message)
      Constructs a IndexException with the specified detail message.
      Parameters:
      message - the detail message.
    • IndexException

      public IndexException(String message, Throwable cause)
      Constructs a IndexException with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause