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