Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.io.ObjectStreamException

Availability: JDK 1.1

public abstract class ObjectStreamException extends IOException {
   // Protected Constructors
      protected ObjectStreamException(String classname);
      protected ObjectStreamException();
}
Extended By:
InvalidClassException, InvalidObjectException, NotActiveException, NotSerializableException, OptionalDataException, StreamCorruptedException, WriteAbortedException.

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.