LockObtainFailedException

class LockObtainFailedException : IOException

This exception is thrown when the write.lock could not be acquired. This happens when a writer tries to open an index that another writer already has open.

See also

Constructors

Link copied to clipboard
constructor(message: String)
constructor(message: String, cause: Throwable)

Properties

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

Functions

Link copied to clipboard