com.timeindexing.index
Class IndexTerminatedException

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

public class IndexTerminatedException
extends TimeIndexException

An IndexTerminatedException is thrown when an attempt is made to add data to a terminated index.

See Also:
Serialized Form

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

IndexTerminatedException

public IndexTerminatedException()
Throw a IndexTerminatedException with no message.


IndexTerminatedException

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



Timeindexing 2008