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.IOExceptionThis exception is thrown when thewrite.lockcould not be released.- See Also:
 Lock.close(), Serialized Form
 
- 
- 
Constructor Summary
Constructors Constructor Description LockReleaseFailedException(java.lang.String message) 
 -