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 Summary
ConstructorDescriptionLockReleaseFailedException
(String message) LockReleaseFailedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockReleaseFailedException
-
LockReleaseFailedException
-