|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.liquidsite.util.mail.MailTransportException
A mail transport exception. This exception is thrown when a mail transport connection couldn't be established. This may be due to incorrect mail configuration, a mail server being down or similar. The normal way to handle this error is to retry later.
| Constructor Summary | |
MailTransportException(java.lang.String message)
Creates a new mail transport exception. |
|
MailTransportException(java.lang.String message,
java.lang.Exception cause)
Creates a new mail transport exception. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 MailTransportException(java.lang.String message)
message - the error message
public MailTransportException(java.lang.String message,
java.lang.Exception cause)
message - the error messagecause - the root cause to the error
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||