public class

MailParseException

extends MailException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.mail.MailException
             ↳ org.springframework.mail.MailParseException

Class Overview

Exception thrown if illegal message properties are encountered.

Summary

Public Constructors
MailParseException(String msg)
Constructor for MailParseException.
MailParseException(String msg, Throwable cause)
Constructor for MailParseException.
MailParseException(Throwable cause)
Constructor for MailParseException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MailParseException (String msg)

Constructor for MailParseException.

Parameters
msg the detail message

public MailParseException (String msg, Throwable cause)

Constructor for MailParseException.

Parameters
msg the detail message
cause the root cause from the mail API in use

public MailParseException (Throwable cause)

Constructor for MailParseException.

Parameters
cause the root cause from the mail API in use