Class java.io.ObjectStreamException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.ObjectStreamException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----IOException
                           |
                           +----java.io.ObjectStreamException

public abstract class ObjectStreamException
extends IOException
Superclass of all exceptions specific to Object Stream classes.

Version:
1.5, 07/01/98
Author:
unascribed
Since:
JDK1.1

Constructor Index

 o java.io.ObjectStreamException(String)
Create an ObjectStreamException with the specified argument.
 o java.io.ObjectStreamException()
Create an ObjectStreamException.

Constructors

 o ObjectStreamException
protected ObjectStreamException(String classname)
Create an ObjectStreamException with the specified argument.

Since:
JDK1.1
 o ObjectStreamException
protected ObjectStreamException()
Create an ObjectStreamException.

Since:
JDK1.1

All Packages  Class Hierarchy  This Package  Previous  Next  Index