パッケージ 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- 詳細メッセージ。