public class SendFailedException extends MessagingException
| Modifier and Type | Field and Description |
|---|---|
protected Address[] |
invalid |
protected Address[] |
validSent |
protected Address[] |
validUnsent |
| Constructor and Description |
|---|
SendFailedException() |
SendFailedException(java.lang.String message) |
SendFailedException(java.lang.String message,
java.lang.Exception cause) |
SendFailedException(java.lang.String message,
java.lang.Exception cause,
Address[] validSent,
Address[] validUnsent,
Address[] invalid) |
| Modifier and Type | Method and Description |
|---|---|
Address[] |
getInvalidAddresses() |
Address[] |
getValidSentAddresses() |
Address[] |
getValidUnsentAddresses() |
getMessage, getNextException, setNextExceptionprotected transient Address[] invalid
protected transient Address[] validSent
protected transient Address[] validUnsent