java.lang.Object
java.lang.Throwable
java.lang.Exception
com.clra.util.MailerAppException
- All Implemented Interfaces:
- java.io.Serializable
- public class MailerAppException
- extends java.lang.Exception
MailerAppException is an exception that extends the standrad
Exception. This is thrown by the mailer component when there is some
failure while sending the mail
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MailerAppException
public MailerAppException()
- Default constructor. Takes no arguments
MailerAppException
public MailerAppException(java.lang.String str)
- Constructor