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.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
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()
Copyright © 2010 - 2020 Adobe. All Rights Reserved