ObjectStreamException

public abstract class ObjectStreamException
extends IOException



Superclass of all exceptions specific to Object Stream classes.

Summary

Protected constructors

ObjectStreamException()

Create an ObjectStreamException.

ObjectStreamException(String message)

Create an ObjectStreamException with the specified argument.

Inherited methods

Protected constructors

ObjectStreamException

Added in API level 1
protected ObjectStreamException ()

Create an ObjectStreamException.

ObjectStreamException

Added in API level 1
protected ObjectStreamException (String message)

Create an ObjectStreamException with the specified argument.