org.tmapi.core
Class TopicInUseException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.tmapi.core.TMAPIException
org.tmapi.core.TMAPIException
               org.tmapi.core.TopicInUseException
org.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
 
 
| 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 | 
 
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)