org.springframework.mail
Class MailParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.mail.MailException
                                |
                                +--org.springframework.mail.MailParseException

public class MailParseException
extends MailException

Exception thrown if illegal message properties are encountered.

Author:
Dmitriy Kopylenko, Juergen Hoeller
Version: $Id: MailParseException.java,v 1.2 2003/11/06 13:22:07 dkopylenko Exp $

Constructor Summary
MailParseException(String msg)
           
MailParseException(String msg, Throwable ex)
           
MailParseException(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

MailParseException

public MailParseException(String msg)

MailParseException

public MailParseException(String msg, Throwable ex)

MailParseException

public MailParseException(Throwable ex)