Uses of Class
javax.mail.SendFailedException
Packages that use SendFailedException
Package
Description
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
-
Uses of SendFailedException in com.sun.mail.smtp
Subclasses of SendFailedException in com.sun.mail.smtpModifier and TypeClassDescriptionclass
This exception is thrown when the message cannot be sent.class
This exception is thrown when the message cannot be sent.class
This exception is thrown when the message cannot be sent.Methods in com.sun.mail.smtp that throw SendFailedExceptionModifier and TypeMethodDescriptionvoid
SMTPTransport.sendMessage
(Message message, Address[] addresses) Send the Message to the specified list of addresses.