Class CheckIndex.CheckIndexException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CheckIndex

    public static class CheckIndex.CheckIndexException
    extends RuntimeException
    The marker RuntimeException used by CheckIndex APIs when index integrity failure is detected.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckIndexException

        public CheckIndexException​(String message)
        Constructs a new CheckIndexException with the error message
        Parameters:
        message - the detailed error message.
      • CheckIndexException

        public CheckIndexException​(String message,
                                   Throwable cause)
        Constructs a new CheckIndexException with the error message, and the root cause
        Parameters:
        message - the detailed error message.
        cause - the underlying cause.