public abstract class ObjectStreamException
extends IOException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | java.io.ObjectStreamException |
Known Direct Subclasses |
对象流类的所有异常的超类。
Protected constructors |
|
---|---|
ObjectStreamException(String classname) 用指定的参数创建一个ObjectStreamException。 |
|
ObjectStreamException() 创建一个ObjectStreamException。 |
Inherited methods |
|
---|---|
From class java.lang.Throwable
|
|
From class java.lang.Object
|
ObjectStreamException (String classname)
用指定的参数创建一个ObjectStreamException。
Parameters | |
---|---|
classname |
String : the detailed message for the exception |