LockObtainFailedExceptionpublic 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. |
Constructors Summary |
---|
public LockObtainFailedException(String message)
super(message);
|
|