|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.SendFailedException
public class SendFailedException
| Field Summary | |
|---|---|
protected Address[] |
invalid
|
protected Address[] |
validSent
|
protected Address[] |
validUnsent
|
| Constructor Summary | |
|---|---|
SendFailedException()
|
|
SendFailedException(String message)
|
|
SendFailedException(String message,
Exception cause)
|
|
SendFailedException(String message,
Exception cause,
Address[] validSent,
Address[] validUnsent,
Address[] invalid)
|
|
| Method Summary | |
|---|---|
Address[] |
getInvalidAddresses()
|
Address[] |
getValidSentAddresses()
|
Address[] |
getValidUnsentAddresses()
|
| Methods inherited from class javax.mail.MessagingException |
|---|
getMessage, getNextException, setNextException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected transient Address[] invalid
protected transient Address[] validSent
protected transient Address[] validUnsent
| Constructor Detail |
|---|
public SendFailedException()
public SendFailedException(String message)
public SendFailedException(String message,
Exception cause)
public SendFailedException(String message,
Exception cause,
Address[] validSent,
Address[] validUnsent,
Address[] invalid)
| Method Detail |
|---|
public Address[] getValidSentAddresses()
public Address[] getValidUnsentAddresses()
public Address[] getInvalidAddresses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||