|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMessagingException
com.sun.mail.smtp.SMTPAddressSucceededException
public class SMTPAddressSucceededException
This exception is chained off a SendFailedException when the
mail.smtp.reportsuccess property is true. It
indicates an address to which the message was sent. The command
will be an SMTP RCPT command and the return code will be the
return code from that command.
| Field Summary | |
|---|---|
protected InternetAddress |
addr
|
protected String |
cmd
|
protected int |
rc
|
| Constructor Summary | |
|---|---|
SMTPAddressSucceededException(InternetAddress addr,
String cmd,
int rc,
String err)
Constructs an SMTPAddressSucceededException with the specified address, return code, and error string. |
|
| Method Summary | |
|---|---|
InternetAddress |
getAddress()
Return the address that succeeded. |
String |
getCommand()
Return the command that succeeded. |
int |
getReturnCode()
Return the return code from the SMTP server that indicates the reason for the success. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InternetAddress addr
protected String cmd
protected int rc
| Constructor Detail |
|---|
public SMTPAddressSucceededException(InternetAddress addr,
String cmd,
int rc,
String err)
addr - the address that succeededcmd - the command that was sent to the SMTP serverrc - the SMTP return code indicating the successerr - the error string from the SMTP server| Method Detail |
|---|
public InternetAddress getAddress()
public String getCommand()
public int getReturnCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||