com.timeindexing.index
Class IndexClosedException

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

public class IndexClosedException
extends TimeIndexException

An IndexClosedException is thrown when an attempt is made to add data to a closed index.

See Also:
Serialized Form

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

IndexClosedException

public IndexClosedException()
Throw a IndexClosedException with no message.


IndexClosedException

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



Timeindexing 2008