public class

MailAuthenticationException

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.MailAuthenticationException

Class Overview

Exception thrown on failed authentication.

Summary

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

Public Constructors

public MailAuthenticationException (String msg)

Constructor for MailAuthenticationException.

Parameters
msg message

public MailAuthenticationException (String msg, Throwable cause)

Constructor for MailAuthenticationException.

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

public MailAuthenticationException (Throwable cause)

Constructor for MailAuthenticationException.

Parameters
cause the root cause from the mail API in use