com.timeindexing.index
Class IndexActivationException

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

public class IndexActivationException
extends TimeIndexException

An IndexActivationException is thrown when an attempt is made to add data to an Index that is not activated.

See Also:
Serialized Form

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

IndexActivationException

public IndexActivationException()
Throw a IndexActivationException with no message.


IndexActivationException

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



Timeindexing 2008