当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
MailParseException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
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
- All Implemented Interfaces:
- Serializable
public class MailParseException
- extends MailException
Exception thrown if illegal message properties are encountered.
- Author:
- Dmitriy Kopylenko, Juergen Hoeller
- See Also:
- Serialized Form
MailParseException
public MailParseException(String msg)
- Constructor for MailParseException.
- Parameters:
msg
- the detail message
MailParseException
public MailParseException(String msg,
Throwable ex)
- Constructor for MailParseException.
- Parameters:
msg
- the detail messageex
- root cause from remoting API in use
MailParseException
public MailParseException(Throwable ex)
- Constructor for MailParseException.
- Parameters:
ex
- root cause from remoting API in use
Copyright (c) 2002-2007 The Spring Framework Project.