<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.io.NotSerializableException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.io.html">This Package</a>  <a href="java.io.NotActiveException.html#_top_">Previous</a>  <a href="java.io.ObjectStreamException.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.io.NotSerializableException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----<a href="java.io.IOException.html#_top_">java.io.IOException</a>
                           |
                           +----<a href="java.io.ObjectStreamException.html#_top_">java.io.ObjectStreamException</a>
                                   |
                                   +----java.io.NotSerializableException
</pre>
<hr>
<dl>
  <dt> public class <b>NotSerializableException</b>
  <dt> extends <a href="java.io.ObjectStreamException.html#_top_">ObjectStreamException</a>
</dl>
Raised by a class or the serialization runtime when a class
 may not be serialized. The argument should be the name of the class.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NotSerializableException()"><b>NotSerializableException</b></a>()
  <dd>  
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NotSerializableException(java.lang.String)"><b>NotSerializableException</b></a>(String)
  <dd>  
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="NotSerializableException"></a>
<a name="NotSerializableException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>NotSerializableException</b>
<pre>
 public NotSerializableException(<a href="java.lang.String.html#_top_">String</a> classname)
</pre>
<dl>
</dl>
<a name="NotSerializableException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>NotSerializableException</b>
<pre>
 public NotSerializableException()
</pre>
<dl>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.io.html">This Package</a>  <a href="java.io.NotActiveException.html#_top_">Previous</a>  <a href="java.io.ObjectStreamException.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
