com.timeindexing.index
Class IndexCloseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.timeindexing.index.TimeIndexException
              extended bycom.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.
 
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.