All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.NotSerializableException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----java.io.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.


Constructor Index

 o NotSerializableException()
 o NotSerializableException(String)

Constructors

 o NotSerializableException
 public NotSerializableException(String classname)
 o NotSerializableException
 public NotSerializableException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index