ObjectStreamExceptionNameObjectStreamExceptionSynopsis
DescriptionThe ObjectStreamException class is the superclass for all of the serialization exceptions. Class Summary
public class java.io.ObjectStreamException extends java.io.IOException { // Constructors protected ObjectStreamException(); protected ObjectStreamException(String classname); } ConstructorsObjectStreamExceptionprotected ObjectStreamException()
protected ObjectStreamException(String classname)
Inherited Methods
See AlsoException, InvalidClassException, InvalidObjectException, IOException, NotActiveException, NotSerializableException, OptionalDataException, StreamCorruptedException, WriteAbortedException |
|