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:
- Serializable
This exception is thrown when the 
write.lock could not be released.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionLockReleaseFailedException(String message) LockReleaseFailedException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LockReleaseFailedException
- 
LockReleaseFailedException
 
-