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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Store.LockObtainFailedException Class Reference

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)
 

Detailed Description

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
Lock.Obtain(long)

Definition at line 31 of file LockObtainFailedException.cs.

Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: