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

Class java.io.ObjectStreamException

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

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

Constructor Index

 o ObjectStreamException()
 o ObjectStreamException(String)

Constructors

 o ObjectStreamException
  protected ObjectStreamException(String classname)
 o ObjectStreamException
  protected ObjectStreamException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index