org.springframework.mail
Class MailException
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
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- MailAuthenticationException, MailParseException, MailPreparationException, MailSendException
- public abstract class MailException 
- extends NestedRuntimeException
Base class for all mail exceptions.
- Author:
- Dmitriy Kopylenko
- See Also:
- Serialized Form
 
 
 
 
 
MailException
public MailException(String msg)
- Constructor for MailException.
 
- Parameters:
- msg- the detail message
 
MailException
public MailException(String msg,
                     Throwable ex)
- Constructor for MailException.
 
- Parameters:
- msg- the detail message
- ex- root cause from remoting API in use
 
Copyright (c) 2002-2007 The Spring Framework Project.