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(String message) |
SendFailedException(String message,
Exception cause) |
SendFailedException(String message,
Exception cause,
Address[] validSent,
Address[] validUnsent,
Address[] invalid) |
Modifier and Type | Method and Description |
---|---|
Address[] |
getInvalidAddresses() |
Address[] |
getValidSentAddresses() |
Address[] |
getValidUnsentAddresses() |
getMessage, getNextException, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013. All Rights Reserved.