CheckIndexException

The marker RuntimeException used by CheckIndex APIs when index integrity failure is detected.

Constructors

Link copied to clipboard
constructor(message: String)

Constructs a new CheckIndexException with the error message

constructor(message: String, cause: Throwable)

Constructs a new CheckIndexException with the error message, and the root cause

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard