Class LockObtainFailedException
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.
Inheritance
System.Object
LockObtainFailedException
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class LockObtainFailedException : IO.IOException
Constructors
Name | Description |
---|---|
LockObtainFailedException(String) | |
LockObtainFailedException(String, Exception) |