org.tmapi.core
Class TopicMapExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.tmapi.core.TMAPIException
              extended by org.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 under a storage address (an IRI) that is already assigned to another TopicMap in the same TopicMapSystem.

Version:
$Rev: 62 $ - $Date: 2008-08-08 14:00:50 +0200 (Fr, 08 Aug 2008) $
Author:
The TMAPI Project
See Also:
Serialized Form

Constructor Summary
TopicMapExistsException(java.lang.String message)
          Constructs a new TopcMapExistsException with the specified detail 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

TopicMapExistsException

public TopicMapExistsException(java.lang.String message)
Constructs a new TopcMapExistsException with the specified detail message.

Parameters:
message - The detail message. This message is saved for later retrieval by the Throwable.getMessage() method.