Class MailContextNotAvailableException

  • All Implemented Interfaces:
    Serializable

    public class MailContextNotAvailableException
    extends RuntimeException
    Exception thrown when an email cannot be send because no mail context (=mail server configuration) is available.
    Since:
    7.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • MailContextNotAvailableException

        public MailContextNotAvailableException​(String message)
        Parameters:
        message - Message with more details why the mail context is not available.
      • MailContextNotAvailableException

        public MailContextNotAvailableException​(String message,
                                                Throwable cause)
        Parameters:
        message - Message with more details why the mail context is not available.
        cause - Underlying cause why the mail context is not available, such as a database error.
      • MailContextNotAvailableException

        public MailContextNotAvailableException​(Throwable cause)
        Parameters:
        cause - Underlying cause why the mail context is not available, such as a database error.