com.timeindexing.index
Class IndexClosedException

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