ObjectStreamExceptionpublic abstract class ObjectStreamException extends IOException Superclass of all exceptions specific to Object Stream classes. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
protected ObjectStreamException(String classname)Create an ObjectStreamException with the specified argument.
super(classname);
| protected ObjectStreamException()Create an ObjectStreamException.
super();
|
|