org.apache.lucene.store
Class LockReleaseFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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:
Lock.release(), Serialized Form

Constructor Summary
LockReleaseFailedException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockReleaseFailedException

public LockReleaseFailedException(String message)


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.