|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.SendFailedException
org.apache.james.transport.remotedeliverytester.SMTPSendFailedException
public class SMTPSendFailedException
| Field Summary | |
|---|---|
protected java.lang.String |
cmd
|
protected int |
rc
|
| Fields inherited from class javax.mail.SendFailedException |
|---|
invalid, validSent, validUnsent |
| Method Summary | |
|---|---|
java.lang.String |
getCommand()
Get the failing command string for the exception. |
int |
getReturnCode()
The failing command return code. |
| Methods inherited from class javax.mail.SendFailedException |
|---|
getInvalidAddresses, getValidSentAddresses, getValidUnsentAddresses |
| Methods inherited from class javax.mail.MessagingException |
|---|
getCause, getNextException, setNextException, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String cmd
protected int rc
| Method Detail |
|---|
public java.lang.String getCommand()
public int getReturnCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||