| org.springframework.mail.MailException org.springframework.mail.MailParseException
MailParseException | public class MailParseException extends MailException (Code) | | Exception thrown if illegal message properties are encountered.
author: Dmitriy Kopylenko author: Juergen Hoeller |
MailParseException | public MailParseException(String msg)(Code) | | Constructor for MailParseException.
Parameters: msg - the detail message |
MailParseException | public MailParseException(String msg, Throwable cause)(Code) | | Constructor for MailParseException.
Parameters: msg - the detail message Parameters: cause - the root cause from the mail API in use |
MailParseException | public MailParseException(Throwable cause)(Code) | | Constructor for MailParseException.
Parameters: cause - the root cause from the mail API in use |
|
|