Module java.base
Package java.io

Class ObjectStreamException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidClassException, InvalidObjectException, NotActiveException, NotSerializableException, OptionalDataException, StreamCorruptedException, WriteAbortedException

public abstract class ObjectStreamException extends IOException
Superclass of all exceptions specific to Object Stream classes.
Since:
1.1
See Also: