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:
  • Constructor Details

    • LockReleaseFailedException

      public LockReleaseFailedException(String message)
    • LockReleaseFailedException

      public LockReleaseFailedException(String message, Throwable cause)