com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class SmtpFailedRecipientsException

    • Constructor Detail

      • SmtpFailedRecipientsException

        public SmtpFailedRecipientsException(String message)

        Initializes a new instance of the SmtpFailedRecipientsException class

        Parameters:
        message - Error message
      • SmtpFailedRecipientsException

        public SmtpFailedRecipientsException(String message,
                                     Throwable innerException)

        Initializes a new instance of the SmtpFailedRecipientsException class

        Parameters:
        message - Error message
        innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
      • SmtpFailedRecipientsException

        public SmtpFailedRecipientsException(String message,
                                     SmtpFailedRecipientException[] innerExceptions)

        Initializes a new instance of the SmtpFailedRecipientsException class

        Parameters:
        message - Error message
        innerExceptions - The list of exceptions that is the cause of the current exception.