org.springframework.mail
Class MailAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.mail.MailException
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
- the detail message
MailAuthenticationException
public MailAuthenticationException(String msg,
Throwable ex)
- Constructor for MailAuthenticationException.
- Parameters:
msg
- the detail messageex
- root cause from remoting API in use
MailAuthenticationException
public MailAuthenticationException(Throwable ex)
- Constructor for MailAuthenticationException.
- Parameters:
ex
- root cause from remoting API in use
Copyright (c) 2002-2007 The Spring Framework Project.