org.apache.lucene.store

Class LockObtainFailedException

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: .

Constructor Summary
LockObtainFailedException(String message)

Constructor Detail

LockObtainFailedException

public LockObtainFailedException(String message)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.