org.springframework.mail
Class MailAuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.mail.MailException
                      extended byorg.springframework.mail.MailAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class MailAuthenticationException
extends MailException

Exception thrown on failed authentication.

Version:
$Id: MailAuthenticationException.java,v 1.3 2004/03/18 02:46:05 trisberg Exp $
Author:
Dmitriy Kopylenko, Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
MailAuthenticationException(java.lang.String msg)
           
MailAuthenticationException(java.lang.String msg, java.lang.Throwable ex)
           
MailAuthenticationException(java.lang.Throwable ex)
           
 
Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailAuthenticationException

public MailAuthenticationException(java.lang.String msg)

MailAuthenticationException

public MailAuthenticationException(java.lang.String msg,
                                   java.lang.Throwable ex)

MailAuthenticationException

public MailAuthenticationException(java.lang.Throwable ex)


Copyright (C) 2003-2004 The Spring Framework Project.