| org.springframework.mail.MailException org.springframework.mail.MailAuthenticationException
MailAuthenticationException | public class MailAuthenticationException extends MailException (Code) | | Exception thrown on failed authentication.
author: Dmitriy Kopylenko author: Juergen Hoeller |
MailAuthenticationException | public MailAuthenticationException(String msg)(Code) | | Constructor for MailAuthenticationException.
Parameters: msg - message |
MailAuthenticationException | public MailAuthenticationException(String msg, Throwable cause)(Code) | | Constructor for MailAuthenticationException.
Parameters: msg - the detail message Parameters: cause - the root cause from the mail API in use |
MailAuthenticationException | public MailAuthenticationException(Throwable cause)(Code) | | Constructor for MailAuthenticationException.
Parameters: cause - the root cause from the mail API in use |
|
|