Package io.micronaut.email
Class EmailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.email.EmailException
- All Implemented Interfaces:
 Serializable
Wraps exceptions being thrown while sending emails in a 
RuntimeException.- Since:
 - 1.0.0
 - Author:
 - Sergio del Amo
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
EmailException
- Parameters:
 e- Exception thrown while sending email.
 - 
EmailException
- Parameters:
 message- exception cause
 
 -