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

Class java.io.NotSerializableException

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

public class NotSerializableException
extends ObjectStreamException
Raised by a class or the serialization runtime when a class may not be serialized. The argument should be the name of the class.

Version:
1.5, 07/01/98
Author:
unascribed
Since:
JDK1.1

Constructor Index

 o java.io.NotSerializableException(String)
 o java.io.NotSerializableException()

Constructors

 o NotSerializableException
public NotSerializableException(String classname)

Since:
JDK1.1
 o NotSerializableException
public NotSerializableException()

Since:
JDK1.1

All Packages  Class Hierarchy  This Package  Previous  Next  Index