MergeAbortedException

class MergeAbortedException : IOException

Thrown when a merge was explicitly aborted because IndexWriter.abortMerges was called. Normally this exception is privately caught and suppressed by IndexWriter.

Constructors

Link copied to clipboard
constructor()
constructor(message: String)

Create a MergeAbortedException with a specified message.

Properties

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

Functions

Link copied to clipboard