Class java.io.StreamCorruptedException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.StreamCorruptedException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----IOException
                           |
                           +----ObjectStreamException
                                   |
                                   +----java.io.StreamCorruptedException

public class StreamCorruptedException
extends ObjectStreamException
Raised when control information read from an object stream violates internal consistency checks.

Version:
1.5, 07/01/98
Author:
unascribed
Since:
JDK1.1

Constructor Index

 o java.io.StreamCorruptedException(String)
Create a StreamCorruptedException with a reason.
 o java.io.StreamCorruptedException()
Create a StreamCorruptedException with no reason.

Constructors

 o StreamCorruptedException
public StreamCorruptedException(String reason)
Create a StreamCorruptedException with a reason.

Since:
JDK1.1
 o StreamCorruptedException
public StreamCorruptedException()
Create a StreamCorruptedException with no reason.

Since:
JDK1.1

All Packages  Class Hierarchy  This Package  Previous  Next  Index