|
||||||||||
| 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
org.apache.james.transport.remotedeliverytester.SMTPAddressFailedException
public class SMTPAddressFailedException
| Field Summary | |
|---|---|
protected java.lang.String |
cmd
|
protected int |
rc
|
| Method Summary | |
|---|---|
javax.mail.internet.InternetAddress |
getAddress()
Retrieve the internet address associated with this exception. |
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.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()
public javax.mail.internet.InternetAddress getAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||