クラス 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 のコンストラクター。方法の概要
クラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
MailPreparationException
MailPreparationException のコンストラクター。- パラメーター:
msg- 詳細メッセージ
MailPreparationException
MailPreparationException のコンストラクター。- パラメーター:
msg- 詳細メッセージcause- 使用中のメール API の根本原因
MailPreparationException