com.timeindexing.index
Class IndexTerminatedException

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