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

Constructor Index

 o ObjectStreamException()
 o ObjectStreamException(String)
Raised by a class when it is explicitly disallowing itself to be serialized.

Constructors

 o ObjectStreamException
  protected ObjectStreamException(String classname)
Raised by a class when it is explicitly disallowing itself to be serialized. The argument should be the name of the class being disallowed.
 o ObjectStreamException
  protected ObjectStreamException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index