CorruptIndexException

class CorruptIndexException(originalMessage: String, val resourceDescription: String, cause: Throwable? = null) : IOException

This exception is thrown when Lucene detects an inconsistency in the index.

Constructors

Link copied to clipboard
constructor(originalMessage: String, resourceDescription: String, cause: Throwable? = null)
constructor(message: String, input: DataInput)

Create exception with a message only

constructor(message: String, output: DataOutput)

Create exception with a message only

constructor(message: String, input: DataInput, cause: Throwable?)

Create exception with message and root cause.

constructor(message: String, output: DataOutput, cause: Throwable?)

Create exception with message and root cause.

Properties

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

Returns a description of the file that was corrupted

Functions

Link copied to clipboard