public class

LockObtainFailedException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.apache.lucene.store.LockObtainFailedException

Class Overview

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

Summary

Public Constructors
LockObtainFailedException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LockObtainFailedException (String message)