org.tmapi.core
Class TopicMapExistsException

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

public class TopicMapExistsException
extends TMAPIException

Exception thrown when an attempt is made to create a new TopicMap with a base locator that is already assigned to another TopicMap in the same TopicMapSystem.

See Also:
Serialized Form

Constructor Summary
TopicMapExistsException(java.lang.String msg)
           
TopicMapExistsException(java.lang.String msg, java.lang.Throwable cause)
           
TopicMapExistsException(java.lang.Throwable cause)
           
 
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

TopicMapExistsException

public TopicMapExistsException(java.lang.Throwable cause)

TopicMapExistsException

public TopicMapExistsException(java.lang.String msg,
                               java.lang.Throwable cause)

TopicMapExistsException

public TopicMapExistsException(java.lang.String msg)