|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lamatek.protobeans.SMTPException
public class SMTPException
A simple extension of the java.lang.Exception class designed to report all the possible exceptions during a typical SMTP session using the SMTPBean.
| Constructor Summary | |
|---|---|
SMTPException(java.lang.String message)
Creates a new SMTPException with the given message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message associated with this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SMTPException(java.lang.String message)
| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||