Package com.saperion.common.mail
Class MailConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.common.mail.MailConfigurationException
- All Implemented Interfaces:
Serializable
An exception for indicating mail-configuration errors or problems.
- Author:
- sts
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMailConfigurationException(String message) Creates a newMailConfigurationExceptionwith the specified detail message.MailConfigurationException(String message, Throwable cause) Creates a newMailConfigurationExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MailConfigurationException
Creates a newMailConfigurationExceptionwith the specified detail message.- Parameters:
message- detail message
-
MailConfigurationException
Creates a newMailConfigurationExceptionwith the specified detail message and cause.- Parameters:
message- detail messagecause- cause-Throwableof the new exception
-