Package de.galan.commons.net.mail
Class MailSendException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.galan.commons.net.mail.MailSendException
-
- All Implemented Interfaces:
Serializable
public class MailSendException extends Exception
Exceptions while trying to send an E-Mail.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailSendException(Exception ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MailSendException
public MailSendException(Exception ex)
-
-