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:
- java.io.Serializable
public class MailAuthenticationException
- extends MailException
Exception thrown on failed authentication.
- Author:
- Dmitriy Kopylenko, Juergen Hoeller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MailAuthenticationException
public MailAuthenticationException(java.lang.String msg)
- Constructor for MailAuthenticationException.
- Parameters:
msg
- message
MailAuthenticationException
public MailAuthenticationException(java.lang.String msg,
java.lang.Throwable cause)
- Constructor for MailAuthenticationException.
- Parameters:
msg
- the detail messagecause
- the root cause from the mail API in use
MailAuthenticationException
public MailAuthenticationException(java.lang.Throwable cause)
- Constructor for MailAuthenticationException.
- Parameters:
cause
- the root cause from the mail API in use