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
Assembly: DistributedLucene.Net.dll
Syntax
public class LockObtainFailedException : IOException
Constructors
Name | Description |
---|---|
LockObtainFailedException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
LockObtainFailedException(String) | |
LockObtainFailedException(String, Exception) |