Package org.ctan.site.services.mail
Class MailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ctan.site.services.mail.MailException
- All Implemented Interfaces:
Serializable
The class
MailException
contains the Exception for the
MailService.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis is the constructor forMailException
.MailException
(String message) This is the constructor forMailException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MailException
This is the constructor forMailException
.- Parameters:
e
- the cause
-
MailException
This is the constructor forMailException
.- Parameters:
message
- the message
-