com.timeindexing.index
Class IndexCommitException

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