public interface MailErrorHandler
void handle(org.springframework.mail.MailMessage message,
Exception exception)
throws org.springframework.mail.MailException
message - the failed messageexception - the exception that caused the failureorg.springframework.mail.MailException - if the exception cannot be handledCopyright © 2014 Pivotal. All rights reserved.