atg.svc.repository.service.exception
Class DuplicateTopicSetException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
atg.core.exception.ContainerException
              
atg.svc.repository.service.exception.DuplicateRecordException
                  
atg.svc.repository.service.exception.DuplicateTopicSetException
- All Implemented Interfaces: 
 - atg.core.exception.ContainableException, java.io.Serializable
 
public class DuplicateTopicSetException
- extends DuplicateRecordException
 
A parent topic is not allowed to have two direct children with the same name.
- Version:
 
  - $Id: //application/service/version/2007.3/common/src/classes/atg/svc/repository/service/exception/DuplicateTopicSetException.java#2 $$Change: 632007 $
 
- Author:
 
  - Chris Aakre
 
- See Also:
 - Serialized Form
 
| 
Field Summary | 
static java.lang.String | 
CLASS_VERSION
 
          Class version string | 
 
 
 
| Methods inherited from class atg.core.exception.ContainerException | 
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
 - Constant Field Values
 
 
DuplicateTopicSetException
public DuplicateTopicSetException(java.lang.String pTopicSetName)
DuplicateTopicSetException
public DuplicateTopicSetException(java.lang.String pTopicSetName,
                                  java.lang.Throwable cause)
DuplicateTopicSetException
public DuplicateTopicSetException(java.lang.Throwable cause)
getTopicSetName
public java.lang.String getTopicSetName()
 
setTopicSetName
public void setTopicSetName(java.lang.String pTopicSetName)