Class DuplicateMailTemplateException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateMailTemplateException
    extends africa.absa.inception.core.service.ServiceException
    The DuplicateMailTemplateException exception is thrown to indicate an error condition as a result of an attempt to create a duplicate mail template i.e a mail template with the specified ID already exists.

    This is a checked exception to prevent the automatic rollback of the current transaction.

    Author:
    Marcus Portmann
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateMailTemplateException

        public DuplicateMailTemplateException​(String mailTemplateId)
        Constructs a new DuplicateMailTemplateException.
        Parameters:
        mailTemplateId - the ID for the mail template