Class java.io.ObjectStreamException
All Packages Class Hierarchy This Package Previous Next Index
Class java.io.ObjectStreamException
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----java.io.ObjectStreamException
- public abstract class ObjectStreamException
- extends IOException
Superclass of all exceptions specific to Object Stream classes.
- Version:
- 1.5, 07/01/98
- Author:
- unascribed
- Since:
- JDK1.1
-
java.io.ObjectStreamException(String)
- Create an ObjectStreamException with the specified argument.
-
java.io.ObjectStreamException()
- Create an ObjectStreamException.
ObjectStreamException
protected ObjectStreamException(String classname)
- Create an ObjectStreamException with the specified argument.
- Since:
- JDK1.1
ObjectStreamException
protected ObjectStreamException()
- Create an ObjectStreamException.
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index