Apache Lucene.Net 2.4.0 Class Library API

LockObtainFailedException Class

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.

For a list of all members of this type, see LockObtainFailedException Members.

System.Object
   System.Exception
      System.SystemException
         System.IO.IOException
            Lucene.Net.Store.LockObtainFailedException

public class LockObtainFailedException : IOException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Store

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

LockObtainFailedException Members | Lucene.Net.Store Namespace | obtain