Package 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:
java.io.Serializable
public class LockReleaseFailedException extends java.io.IOException
This exception is thrown when thewrite.lock
could not be released.- See Also:
Lock.close()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockReleaseFailedException(java.lang.String message)
-