com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MailException

  • All Implemented Interfaces:
    Serializable


    public class MailException
    extends com.aspose.ms.System.Exception

    Represents the exception that is thrown when the mail message processing.

    See Also:
    Serialized Form
    • Constructor Detail

      • MailException

        public MailException()

        Initializes a new instance of the MailException class.

      • MailException

        public MailException(String message)

        Initializes a new instance of the MailException class.

        Parameters:
        message - The message.
      • MailException

        public MailException(String message,
                     Throwable inner)

        Initializes a new instance of the MailException class.

        Parameters:
        message - The message.
        inner - The inner.