Package nablarch.common.mail
Class InvalidCharacterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.mail.MessagingException
nablarch.common.mail.CreateMailFailedException
nablarch.common.mail.InvalidCharacterException
- All Implemented Interfaces:
Serializable
不正な文字が含まれていた場合に発生する例外。
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.mail.MessagingException
getCause, getNextException, setNextException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidCharacterException
InvalidCharacterExceptionを生成する。- Parameters:
message
- エラーメッセージ
-