Class NewsletterReplicationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NewsletterReplicationException
    extends NewsletterException
    Exception while replicating a newsletter (providing additional information)
    See Also:
    Serialized Form
    • 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)