FileDocCategorySizeDatePackage
ObjectStreamException.javaAPI DocJava SE 6 API841Tue Jun 10 00:25:34 BST 2008java.io

ObjectStreamException

public abstract class ObjectStreamException extends IOException
Superclass of all exceptions specific to Object Stream classes.
author
unascribed
version
1.16, 11/17/05
since
JDK1.1

Fields Summary
private static final long
serialVersionUID
Constructors Summary
protected ObjectStreamException(String classname)
Create an ObjectStreamException with the specified argument.

param
classname the detailed message for the exception


                        
       
	super(classname);
    
protected ObjectStreamException()
Create an ObjectStreamException.

	super();
    
Methods Summary