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:
- Serializable
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 Also:
Lock.obtain(long)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LockObtainFailedException
public LockObtainFailedException(String message)