Exception: java.io.ObjectStreamException

  • public abstract exception ObjectStreamException
  • extends IOException
Superclass of all exceptions specific to Object Stream classes.
Authors:
@author unascribed
Since:
@since JDK1.1

Inheritance

Superclass tree: Implements:

Methods

  • ObjectStreamExceptiontop

    protected ObjectStreamException()
    Create an ObjectStreamException.
    Google Code Search
    Stack Overflow
  • ObjectStreamExceptiontop

    protected ObjectStreamException(String classname)
    Create an ObjectStreamException with the specified argument.
    Parameters:
    @param classname the detailed message for the exception
    Google Code Search
    Stack Overflow