com.timeindexing.index
Class IndexReadOnlyException

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