Package org.apache.lucene.store
Class LockObtainFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.lucene.store.LockObtainFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockObtainFailedException extends java.io.IOException
This exception is thrown when thewrite.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)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockObtainFailedException(java.lang.String message)
-