Package org.springframework.mail
Class MailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.mail.MailException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MailAuthenticationException,- MailParseException,- MailPreparationException,- MailSendException
Base class for all mail exceptions.
- Author:
- Dmitriy Kopylenko
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMailException(String msg) Constructor for MailException.MailException(String msg, Throwable cause) Constructor for MailException.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MailExceptionConstructor for MailException.- Parameters:
- msg- the detail message
 
- 
MailExceptionConstructor for MailException.- Parameters:
- msg- the detail message
- cause- the root cause from the mail API in use
 
 
-