com.timeindexing.index
Class IndexActivationException

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