モジュール 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(String message, Throwable cause)
      指定されたメッセージおよび原因でObjectStreamExceptionを作成します。
      パラメータ:
      message - 例外の詳細メッセージ
      cause - 原因
      導入されたバージョン:
      19
    • ObjectStreamException

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

      protected ObjectStreamException(Throwable cause)
      指定された原因でObjectStreamExceptionを作成します。
      パラメータ:
      cause - 原因
      導入されたバージョン:
      19