org.tmapi.index
Class TMAPIIndexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tmapi.core.TMAPIException
              extended byorg.tmapi.index.TMAPIIndexException
All Implemented Interfaces:
java.io.Serializable

public class TMAPIIndexException
extends TMAPIException

Class of exceptions raised by index access and update methods.

See Also:
Serialized Form

Constructor Summary
TMAPIIndexException(java.lang.String msg)
           
 
Methods inherited from class org.tmapi.core.TMAPIException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

TMAPIIndexException

public TMAPIIndexException(java.lang.String msg)