パッケージ org.springframework.mail
クラス MailParseException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.mail.MailException
org.springframework.mail.MailParseException
- 実装されたすべてのインターフェース:
SerializableSE
不正なメッセージプロパティが検出された場合にスローされる例外。
- 作成者:
- Dmitriy Kopylenko, Juergen Hoeller
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明MailParseException のコンストラクター。MailParseException
(StringSE msg, ThrowableSE cause) MailParseException のコンストラクター。MailParseException
(ThrowableSE cause) MailParseException のコンストラクター。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
MailParseException
MailParseException のコンストラクター。- パラメーター:
msg
- 詳細メッセージ
MailParseException
MailParseException のコンストラクター。- パラメーター:
msg
- 詳細メッセージcause
- 使用中のメール API の根本原因
MailParseException
MailParseException のコンストラクター。- パラメーター:
cause
- 使用中のメール API の根本原因