org.springframework.mail
Class MailAuthenticationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.mail.MailException
org.springframework.mail.MailException
                       org.springframework.mail.MailAuthenticationException
org.springframework.mail.MailAuthenticationException
- All Implemented Interfaces: 
- Serializable
- public class MailAuthenticationException 
- extends MailException
Exception thrown on failed authentication.
- Author:
- Dmitriy Kopylenko, Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
MailAuthenticationException
public MailAuthenticationException(String msg)
- Constructor for MailAuthenticationException.
 
- Parameters:
- msg- message
 
MailAuthenticationException
public MailAuthenticationException(String msg,
                                   Throwable cause)
- Constructor for MailAuthenticationException.
 
- Parameters:
- msg- the detail message
- cause- the root cause from the mail API in use
 
MailAuthenticationException
public MailAuthenticationException(Throwable cause)
- Constructor for MailAuthenticationException.
 
- Parameters:
- cause- the root cause from the mail API in use
 
Copyright © 2002-2008 The Spring Framework.