org.tmapi.core
Class TopicInUseException

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

public class TopicInUseException
extends TMAPIException

Thrown when an attempt is made to remove a Topic which is being used as a type or as a role player in an association, or in a scope.

See Also:
Serialized Form

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

TopicInUseException

public TopicInUseException(java.lang.Throwable cause)

TopicInUseException

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

TopicInUseException

public TopicInUseException(java.lang.String msg)