com.timeindexing.index
Class IndexCommitException

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

public class IndexCommitException
extends TimeIndexException

An IndexCommitException is thrown when doing a commit() on an Index fails.

See Also:
Serialized Form

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

IndexCommitException

public IndexCommitException()
Throw a IndexCommitException with no message.


IndexCommitException

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



Timeindexing 2008