java.io.Serializable
public class SMTPAddressSucceededException
extends javax.mail.MessagingException
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.Constructor | Description |
---|---|
SMTPAddressSucceededException(javax.mail.internet.InternetAddress addr,
java.lang.String cmd,
int rc,
java.lang.String err) |
Constructs an SMTPAddressSucceededException with the specified
address, return code, and error string.
|
Modifier and Type | Method | Description |
---|---|---|
javax.mail.internet.InternetAddress |
getAddress() |
Return the address that succeeded.
|
java.lang.String |
getCommand() |
Return the command that succeeded.
|
int |
getReturnCode() |
Return the return code from the SMTP server that indicates the
reason for the success.
|
getCause, getNextException, setNextException, toString
protected javax.mail.internet.InternetAddress addr
protected java.lang.String cmd
protected int rc
public SMTPAddressSucceededException(javax.mail.internet.InternetAddress addr, java.lang.String cmd, int rc, java.lang.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 serverpublic javax.mail.internet.InternetAddress getAddress()
public java.lang.String getCommand()
public int getReturnCode()