パッケージ org.springframework.mail
クラス MailPreparationException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.mail.MailException
org.springframework.mail.MailPreparationException
- 実装されたすべてのインターフェース:
SerializableSE
メールが適切に準備できない場合、たとえば、FreeMarker テンプレートをメールテキスト用にレンダリングできない場合に、ユーザーコードによってスローされる例外。
- 導入:
- 1.1
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明MailPreparationException のコンストラクター。MailPreparationException
(StringSE msg, ThrowableSE cause) MailPreparationException のコンストラクター。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
MailPreparationException
MailPreparationException のコンストラクター。- パラメーター:
msg
- 詳細メッセージ
MailPreparationException
MailPreparationException のコンストラクター。- パラメーター:
msg
- 詳細メッセージcause
- 使用中のメール API の根本原因
MailPreparationException