com.timeindexing.index
Class IndexCloseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.timeindexing.index.TimeIndexException
              extended by com.timeindexing.index.IndexCloseException
All Implemented Interfaces:
java.io.Serializable

public class IndexCloseException
extends TimeIndexException

An IndexCloseException is thrown when doing a close() on an Index fails.

See Also:
Serialized Form

Constructor Summary
IndexCloseException()
          Throw a IndexCloseException with no message.
IndexCloseException(java.lang.String s)
          Throw a IndexCloseException with a 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

IndexCloseException

public IndexCloseException()
Throw a IndexCloseException with no message.


IndexCloseException

public IndexCloseException(java.lang.String s)
Throw a IndexCloseException with a message.



Timeindexing 2008