spring-framework / org.springframework.mail / MailParseException

MailParseException

open class MailParseException : MailException

Exception thrown if illegal message properties are encountered.

Author
Dmitriy Kopylenko

Author
Juergen Hoeller

Constructors

<init>

MailParseException(msg: String)
MailParseException(msg: String, cause: Throwable)
MailParseException(cause: Throwable)

Constructor for MailParseException.