org.apache.lucene.store
Class LockReleaseFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.lucene.store.LockReleaseFailedException
- All Implemented Interfaces:
- Serializable
public class LockReleaseFailedException
- extends IOException
This exception is thrown when the write.lock
could not be released.
- See Also:
Lock.release()
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LockReleaseFailedException
public LockReleaseFailedException(String message)