モジュール java.base
パッケージ java.io

クラスObjectStreamException

すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
InvalidClassException, InvalidObjectException, NotActiveException, NotSerializableException, OptionalDataException, StreamCorruptedException, WriteAbortedException

public abstract class ObjectStreamException
extends IOException
オブジェクト・ストリーム・クラスに固有の例外すべてのスーパー・クラスです。
導入されたバージョン:
1.1
関連項目:
直列化された形式
  • コンストラクタの詳細

    • ObjectStreamException

      protected ObjectStreamException​(String message)
      指定された引数でObjectStreamExceptionを作成します。
      パラメータ:
      message - 例外の詳細メッセージ
    • ObjectStreamException

      protected ObjectStreamException()
      ObjectStreamExceptionを作成します。