FileDocCategorySizeDatePackage
LockObtainFailedException.javaAPI DocApache Lucene 2.2.01224Sat Jun 16 22:20:36 BST 2007org.apache.lucene.store

LockObtainFailedException

public class LockObtainFailedException extends IOException
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
Lock#obtain(long).

Fields Summary
Constructors Summary
public LockObtainFailedException(String message)

    super(message);
  
Methods Summary