- 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.
-
-
Constructor Summary
Constructors Constructor Description LockObtainFailedException(java.lang.String message)
LockObtainFailedException(java.lang.String message, java.lang.Throwable cause)
-