- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- 实现的所有接口
-
Serializable
- 已知直接子类:
-
InvalidClassException
,InvalidObjectException
,NotActiveException
,NotSerializableException
,OptionalDataException
,StreamCorruptedException
,WriteAbortedException
public abstract class ObjectStreamException extends IOException
特定于Object Stream类的所有异常的超类。- 从以下版本开始:
- 1.1
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 变量 构造器 描述 protected
ObjectStreamException()
创建一个ObjectStreamException。protected
ObjectStreamException(String message)
使用指定的参数创建ObjectStreamException。
-
方法摘要
-
-
-
构造方法详细信息
-
ObjectStreamException
protected ObjectStreamException(String message)
使用指定的参数创建ObjectStreamException。- 参数
-
message
- 异常的详细消息
-
ObjectStreamException
protected ObjectStreamException()
创建一个ObjectStreamException。
-
-