Package io.jmix.email
Class EmailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jmix.email.EmailException
- All Implemented Interfaces:
Serializable
Email sending error.
Contains failed addresses and corresponding error messages.
Contains failed addresses and corresponding error messages.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmailException
(String message) EmailException
(List<String> failedAddresses, List<String> messages) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.as unusedDeprecated, for removal: This API element is subject to removal in a future version.as unusedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmailException
@Deprecated(forRemoval=true, since="2.5") public EmailException(List<String> failedAddresses, List<String> messages) Deprecated, for removal: This API element is subject to removal in a future version.as unused, useEmailException(String)
instead -
EmailException
-
-
Method Details
-
getFailedAddresses
Deprecated, for removal: This API element is subject to removal in a future version.as unused -
getMessages
Deprecated, for removal: This API element is subject to removal in a future version.as unused
-
EmailException(String)
instead