パッケージ com.handywedge.mail
クラス FWMailSendException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.handywedge.common.FWException
-
- com.handywedge.mail.FWMailException
-
- com.handywedge.mail.FWMailSendException
-
- すべての実装されたインタフェース:
Serializable
public class FWMailSendException extends FWMailException
メール送信処理で例外が発生した場合にスローされます。- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWMailSendException(String messageId, Object... args)FWMailSendException(String messageId, Throwable cause, Object... args)
-
メソッドの概要
-
クラスから継承されたメソッド com.handywedge.common.FWException
getErrorCode, getMessage
-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-