全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
  クラス java.io.ObjectStreamException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----java.io.ObjectStreamException
  -  public abstract class ObjectStreamException
  -  extends IOException
オブジェクトストリームクラスに固有の例外すべてのスーパークラスです。
   
  -   ObjectStreamException() ObjectStreamException()
-   ObjectStreamException を生成する。
  
-   ObjectStreamException(String) ObjectStreamException(String)
-   指定された引数で ObjectStreamException を生成する。
   
 ObjectStreamException
ObjectStreamException
  protected ObjectStreamException(String classname)
  -  指定された引数で ObjectStreamException を生成します。
 
 ObjectStreamException
ObjectStreamException
  protected ObjectStreamException()
  -  ObjectStreamException を生成します。.
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス