ObjectStreamException

public abstract class ObjectStreamException extends IOException
Known Direct Subclasses

Superclass of all exceptions specific to Object Stream classes.

Protected Constructor Summary

ObjectStreamException(String classname)
Create an ObjectStreamException with the specified argument.
ObjectStreamException()
Create an ObjectStreamException.

Inherited Method Summary

Protected Constructors

protected ObjectStreamException (String classname)

Create an ObjectStreamException with the specified argument.

Parameters
classname the detailed message for the exception

protected ObjectStreamException ()

Create an ObjectStreamException.