Package com.adobe.cq.mcm.campaign
Class NewsletterReplicationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.adobe.cq.mcm.campaign.NewsletterException
 - 
- com.adobe.cq.mcm.campaign.NewsletterReplicationException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class NewsletterReplicationException extends NewsletterException
Exception while replicating a newsletter (providing additional information)- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNewsletterReplicationException.Type 
- 
Constructor Summary
Constructors Constructor Description NewsletterReplicationException(java.lang.String message, java.lang.Throwable throwable)NewsletterReplicationException(java.lang.String message, java.lang.Throwable throwable, NewsletterReplicationException.Type type)NewsletterReplicationException(java.lang.String message, java.lang.Throwable throwable, NewsletterReplicationException.Type type, java.lang.String userId, java.lang.String path) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()NewsletterReplicationException.TypegetType()java.lang.StringgetUserID() 
 - 
 
- 
- 
Constructor Detail
- 
NewsletterReplicationException
public NewsletterReplicationException(java.lang.String message, java.lang.Throwable throwable, NewsletterReplicationException.Type type, java.lang.String userId, java.lang.String path) 
- 
NewsletterReplicationException
public NewsletterReplicationException(java.lang.String message, java.lang.Throwable throwable, NewsletterReplicationException.Type type) 
- 
NewsletterReplicationException
public NewsletterReplicationException(java.lang.String message, java.lang.Throwable throwable) 
 - 
 
- 
Method Detail
- 
getUserID
public java.lang.String getUserID()
 
- 
getPath
public java.lang.String getPath()
 
- 
getType
public NewsletterReplicationException.Type getType()
 
 - 
 
 -