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