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
-
java.io.NotSerializableException(String)
-
-
java.io.NotSerializableException()
-
NotSerializableException
public NotSerializableException(String classname)
-
- Since:
- JDK1.1
NotSerializableException
public NotSerializableException()
-
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index