JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
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 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:
LockFactory.obtainLock(Directory, String)
,
Serialized Form
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Detail:
Field |
Constr |
Method
Copyright © 2000–2019 The Apache Software Foundation . All rights reserved.