Module jakarta.mail
Package jakarta.mail

Class SendFailedException

java.lang.Object
All Implemented Interfaces:
Serializable

public class SendFailedException extends MessagingException
This exception is thrown when the message cannot be sent.

The exception includes those addresses to which the message could not be sent as well as the valid addresses to which the message was sent and valid addresses to which the message was not sent.

See Also: