com.timeindexing.index
Class IndexReadOnlyException

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

public class IndexReadOnlyException
extends TimeIndexException

An IndexReadOnlyException is thrown when an attempt is made to activate an Index that is read-only.

See Also:
Serialized Form

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

IndexReadOnlyException

public IndexReadOnlyException()
Throw a IndexReadOnlyException with no message.


IndexReadOnlyException

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



Timeindexing 2008