atg.svc.repository.service.exception
Class InvalidPathTopicException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
atg.core.exception.ContainerException
              
atg.svc.repository.service.exception.InvalidPathTopicException
- All Implemented Interfaces: 
 - atg.core.exception.ContainableException, java.io.Serializable
 
public class InvalidPathTopicException
- extends atg.core.exception.ContainerException
 
Exception that is thrown when a parameter is invalid.
 Does nothing more than type the ContainerException object for convenience.
- Version:
 
  - $Id: //application/service/version/2007.3/common/src/classes/atg/svc/repository/service/exception/InvalidPathTopicException.java#2 $$Change: 632007 $
 
- Author:
 
  - Rahul Shinde
 
- 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
 
 
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg,
                                 java.lang.Throwable cause)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg,
                                 Topic pTopic,
                                 TopicLabel pTopicLabel,
                                 java.lang.Throwable cause)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.Throwable cause)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg)
InvalidPathTopicException
public InvalidPathTopicException(java.lang.String msg,
                                 Topic pTopic,
                                 TopicLabel pTopicLabel)
getTopic
public Topic getTopic()
- Returns:
 - Returns the topic.
 
 
setTopic
public void setTopic(Topic pTopic)
- Parameters:
 pTopic - The topic to set.
 
getTopicLabel
public TopicLabel getTopicLabel()
- Returns:
 - Returns the topicLabel.
 
 
setTopicLabel
public void setTopicLabel(TopicLabel pTopicLabel)
- Parameters:
 pTopicLabel - The topicLabel to set.