org.springframework.mail
Class MailParseException

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.MailParseException
All Implemented Interfaces:
java.io.Serializable

public class MailParseException
extends MailException

Exception thrown if illegal message properties are encountered.

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

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

MailParseException

public MailParseException(java.lang.String msg)

MailParseException

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

MailParseException

public MailParseException(java.lang.Throwable ex)


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