Java org.springframework.mail MailSendException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.mail MailSendException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.mail MailSendException.

The text is from its open source code.

Constructor

MailSendException(String msg)
Constructor for MailSendException.
MailSendException(Map failedMessages)
Constructor for registration of failed messages, with the messages that failed as keys, and the thrown exceptions as values.
MailSendException(String msg, @Nullable Throwable cause)
Constructor for MailSendException.

Method

MapgetFailedMessages()
Return a Map with the failed messages as keys, and the thrown exceptions as values.
Exception[]getMessageExceptions()
Return an array with thrown message exceptions.