| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.mail.MailException | |||||
| ↳ | org.springframework.mail.MailParseException | |||||
Exception thrown if illegal message properties are encountered.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for MailParseException.
| |||||||||||
Constructor for MailParseException.
| |||||||||||
Constructor for MailParseException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for MailParseException.
| msg | the detail message |
|---|
Constructor for MailParseException.
| msg | the detail message |
|---|---|
| cause | the root cause from the mail API in use |
Constructor for MailParseException.
| cause | the root cause from the mail API in use |
|---|