org.springframework.mail
Class MailException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.mail.MailException
Direct Known Subclasses:
MailAuthenticationException, MailParseException, MailSendException

public abstract class MailException
extends NestedRuntimeException

Base class for all mail exceptions.

Author:
Dmitriy Kopylenko
Version: $Id: MailException.java,v 1.4 2004/02/02 12:01:06 jhoeller Exp $

Constructor Summary
MailException(String msg)
           
MailException(String msg, Throwable ex)
           

Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace

Methods inherited from class java.lang.Throwable
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

MailException

public MailException(String msg)

MailException

public MailException(String msg, Throwable ex)