パッケージ jakarta.mail
クラス MethodNotSupportedException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- jakarta.mail.MessagingException
-
- jakarta.mail.MethodNotSupportedException
- 実装されたすべてのインターフェース:
SerializableSE
public class MethodNotSupportedException extends MessagingException
メソッドが実装でサポートされていない場合にスローされる例外- 作成者:
- John Mani
- 関連事項:
- 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 MethodNotSupportedException()
詳細メッセージなしで MethodNotSupportedException を構築します。MethodNotSupportedException(StringSE s)
指定された詳細メッセージで MethodNotSupportedException を構築します。MethodNotSupportedException(StringSE s, ExceptionSE e)
指定された詳細メッセージと埋め込み例外を使用して MethodNotSupportedException を構築します。
メソッドのサマリー
クラス jakarta.mail.MessagingException から継承されたメソッド
getCause, getNextException, setNextException, toString
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE
コンストラクターの詳細
MethodNotSupportedException
public MethodNotSupportedException()
詳細メッセージなしで MethodNotSupportedException を構築します。
MethodNotSupportedException
public MethodNotSupportedException(StringSE s)
指定された詳細メッセージで MethodNotSupportedException を構築します。- パラメーター:
s
- 詳細なエラーメッセージ
MethodNotSupportedException
public MethodNotSupportedException(StringSE s, ExceptionSE e)
指定された詳細メッセージと組み込み例外を使用して MethodNotSupportedException を構築します。例外はこの例外にチェーンされています。- パラメーター:
s
- 詳細なエラーメッセージe
- 埋め込まれた例外- 導入:
- JavaMail 1.5