Most visited

Recently visited

Added in API level 1

ObjectStreamException

public abstract class ObjectStreamException
extends IOException

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        java.io.IOException
          java.io.ObjectStreamException
Known Direct Subclasses


对象流类的所有异常的超类。

摘要(Summary)

Protected constructors

ObjectStreamException(String classname)

用指定的参数创建一个ObjectStreamException。

ObjectStreamException()

创建一个ObjectStreamException。

继承方法(Inherited methods)

From class java.lang.Throwable
From class java.lang.Object

Protected constructors

ObjectStreamException

Added in API level 1
ObjectStreamException (String classname)

用指定的参数创建一个ObjectStreamException。

参数(Parameters)
classname String: the detailed message for the exception

ObjectStreamException

Added in API level 1
ObjectStreamException ()

创建一个ObjectStreamException。

Hooray!