Documentation  › java.io  › ObjectStreamException
 
 


  ObjectStreamException
  public abstract

  Inherits From:   IOException : Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.io


Exception Description
 
Superclass of all exceptions specific to Object Stream classes.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
ObjectStreamException
protected ObjectStreamException( )

Create an ObjectStreamException.


ObjectStreamException
protected ObjectStreamException( String classname )

Create an ObjectStreamException with the specified argument.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
StreamCorruptedException



 
 
  dydoc
  3/9/05