spring-framework / org.springframework.mail / MailAuthenticationException / <init>

<init>

MailAuthenticationException(msg: String)

Constructor for MailAuthenticationException.

Parameters

msg - message

MailAuthenticationException(msg: String, cause: Throwable)

Constructor for MailAuthenticationException.

Parameters

msg - the detail message

cause - the root cause from the mail API in use

MailAuthenticationException(cause: Throwable)

Constructor for MailAuthenticationException.

Parameters

cause - the root cause from the mail API in use