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

Class java.io.ObjectInvalidException

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

public class ObjectInvalidException
extends ObjectStreamException

Constructor Index

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

Constructors

 o ObjectInvalidException
  public ObjectInvalidException(String reason)
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 ObjectInvalidException
  public ObjectInvalidException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index