javax.mail
public class: SendFailedException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.SendFailedException
All Implemented Interfaces:
Serializable
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.
| Field Summary |
|---|
| protected transient Address[] | invalid | |
| protected transient Address[] | validSent | |
| protected transient Address[] | validUnsent | |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |