Exception: java.io.StreamCorruptedException

Thrown when control information that was read from an object stream violates internal consistency checks.
Authors:
@author unascribed
Since:
@since JDK1.1

Inheritance

Superclass tree: Implements:

Methods

  • StreamCorruptedExceptiontop

    public StreamCorruptedException()
    Create a StreamCorruptedException and list no reason why thrown.
    Google Code Search
    Stack Overflow
  • StreamCorruptedExceptiontop

    public StreamCorruptedException(String reason)
    Create a StreamCorruptedException and list a reason why thrown.
    Parameters:
    @param reason String describing the reason for the exception.
    Google Code Search
    Stack Overflow