Package com.saperion.common.mail
Class MailConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.common.mail.MailConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MailConfigurationException extends java.lang.ExceptionAn exception for indicating mail-configuration errors or problems.- Author:
- sts
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailConfigurationException(java.lang.String message)Creates a newMailConfigurationExceptionwith the specified detail message.MailConfigurationException(java.lang.String message, java.lang.Throwable cause)Creates a newMailConfigurationExceptionwith the specified detail message and cause.
-
-
-
Constructor Detail
-
MailConfigurationException
public MailConfigurationException(java.lang.String message)
Creates a newMailConfigurationExceptionwith the specified detail message.- Parameters:
message- detail message
-
MailConfigurationException
public MailConfigurationException(java.lang.String message, java.lang.Throwable cause)Creates a newMailConfigurationExceptionwith the specified detail message and cause.- Parameters:
message- detail messagecause- cause-Throwableof the new exception
-
-