public class

LockReleaseFailedException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ org.apache.lucene.store.LockReleaseFailedException

Class Overview

This exception is thrown when the write.lock could not be released.

See Also

Summary

Public Constructors
LockReleaseFailedException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LockReleaseFailedException (String message)