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

<init>

MailParseException(msg: String)

Constructor for MailParseException.

Parameters

msg - the detail message

MailParseException(msg: String, cause: Throwable)

Constructor for MailParseException.

Parameters

msg - the detail message

cause - the root cause from the mail API in use

MailParseException(cause: Throwable)

Constructor for MailParseException.

Parameters

cause - the root cause from the mail API in use