|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
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.
More...
Inherits IOException.
Public Member Functions | |
| LockObtainFailedException (System.String message) | |
| LockObtainFailedException (System.String message, System.Exception ex) | |
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.
Definition at line 31 of file LockObtainFailedException.cs.
| Lucene.Net.Store.LockObtainFailedException.LockObtainFailedException | ( | System.String | message | ) |
Definition at line 33 of file LockObtainFailedException.cs.
| Lucene.Net.Store.LockObtainFailedException.LockObtainFailedException | ( | System.String | message, |
| System.Exception | ex | ||
| ) |
Definition at line 37 of file LockObtainFailedException.cs.
1.8.3