org.apache.geronimo.javamail.transport.smtp
Class SMTPSendFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.SendFailedException
org.apache.geronimo.javamail.transport.smtp.SMTPSendFailedException
- All Implemented Interfaces:
- Serializable
- public class SMTPSendFailedException
- extends javax.mail.SendFailedException
- See Also:
- Serialized Form
Fields inherited from class javax.mail.SendFailedException |
invalid, validSent, validUnsent |
Methods inherited from class javax.mail.SendFailedException |
getInvalidAddresses, getValidSentAddresses, getValidUnsentAddresses |
Methods inherited from class javax.mail.MessagingException |
getMessage, getNextException, setNextException |
cmd
protected String cmd
rc
protected int rc
getCommand
public String getCommand()
- Get the failing command string for the exception.
- Returns:
- The string value of the failing command.
getReturnCode
public int getReturnCode()
- The failing command return code.
- Returns:
- The failure return code.
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.