com.timeindexing.index
Class TimeIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.timeindexing.index.TimeIndexException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IndexActivationException, IndexClosedException, IndexCloseException, IndexCommitException, IndexCreateException, IndexFlushException, IndexItemException, IndexOpenException, IndexReadOnlyException, IndexSpecificationException, IndexTerminatedException, IndexTypeException, IndexWriteLockedException, TimeIndexFactoryException

public class TimeIndexException
extends java.lang.Exception

A TimeIndexException is a generic base exception for all Exceptions in the TimeIndex system.

See Also:
Serialized Form

Constructor Summary
TimeIndexException()
          Throw a TimeIndexException with no message.
TimeIndexException(java.lang.String s)
          Throw a TimeIndexException with a message.
TimeIndexException(java.lang.Throwable t)
          Throw a TimeIndexException with an exception
 
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

TimeIndexException

public TimeIndexException()
Throw a TimeIndexException with no message.


TimeIndexException

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


TimeIndexException

public TimeIndexException(java.lang.Throwable t)
Throw a TimeIndexException with an exception



Timeindexing 2008