パッケージ jakarta.activation
クラス UnsupportedDataTypeException
- java.lang.ObjectSE
-
- java.lang.ThrowableSE
-
- java.lang.ExceptionSE
-
- java.io.IOExceptionSE
-
- jakarta.activation.UnsupportedDataTypeException
- 実装されたすべてのインターフェース:
SerializableSE
public class UnsupportedDataTypeException extends IOExceptionSE
リクエストされた操作がリクエストされたデータ型をサポートしていないことを通知します。- 関連事項:
DataHandler
, 直列化された形式
コンストラクターのサマリー
コンストラクター コンストラクター 説明 UnsupportedDataTypeException()
詳細メッセージなしで UnsupportedDataTypeException を構築します。UnsupportedDataTypeException(StringSE s)
指定されたメッセージで UnsupportedDataTypeException を構築します。
メソッドのサマリー
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
UnsupportedDataTypeException
public UnsupportedDataTypeException()
詳細メッセージなしで UnsupportedDataTypeException を構築します。
UnsupportedDataTypeException
public UnsupportedDataTypeException(StringSE s)
指定されたメッセージで UnsupportedDataTypeException を構築します。- パラメーター:
s
- 詳細メッセージ。