|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
au.edu.archer.service.common.exceptions.BusinessException
au.edu.archer.service.ddm.exceptions.MailServiceException
public class MailServiceException
Exception thrown if Mail Service is unable to send an email.
| Constructor Summary | |
|---|---|
MailServiceException(java.lang.String message)
Constructor to create an instance of MailServiceException. |
|
MailServiceException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor to create an instance of MailServiceException. |
|
MailServiceException(java.lang.Throwable rootCause)
Constructor to create an instance of MailServiceException. |
|
| Method Summary |
|---|
| 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 MailServiceException(java.lang.String message)
message - - The error message.public MailServiceException(java.lang.Throwable rootCause)
rootCause - -The Throwable rootCause.
public MailServiceException(java.lang.String message,
java.lang.Throwable rootCause)
message - - The error message.rootCause - - The Throwable rootCause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||