Class java.io.ObjectStreamException
All Packages Class Hierarchy This Package Previous Next Index
Class java.io.ObjectStreamException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.io.ObjectStreamException
- public class ObjectStreamException
- extends IOException
-
ObjectStreamException()
-
-
ObjectStreamException(String)
- Raised by a class when it is explicitly disallowing itself
to be serialized.
ObjectStreamException
protected ObjectStreamException(String classname)
- Raised by a class when it is explicitly disallowing itself
to be serialized. The argument should be the name of the class being disallowed.
ObjectStreamException
protected ObjectStreamException()
All Packages Class Hierarchy This Package Previous Next Index