public class SMTPAddressSucceededException extends 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.Modifier and Type | Field and Description |
---|---|
protected InternetAddress |
addr |
protected java.lang.String |
cmd |
protected int |
rc |
private static long |
serialVersionUID |
Constructor and Description |
---|
SMTPAddressSucceededException(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 and Description |
---|---|
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 InternetAddress addr
protected java.lang.String cmd
protected int rc
private static final long serialVersionUID
public SMTPAddressSucceededException(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 InternetAddress getAddress()
public java.lang.String getCommand()
public int getReturnCode()