All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.InvalidObjectException

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

public class InvalidObjectException
extends ObjectStreamException

Constructor Index

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

Constructors

 o InvalidObjectException
  public InvalidObjectException(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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index