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
-
java.io.StreamCorruptedException(String)
- Create a StreamCorruptedException with a reason.
-
java.io.StreamCorruptedException()
- Create a StreamCorruptedException with no reason.
StreamCorruptedException
public StreamCorruptedException(String reason)
- Create a StreamCorruptedException with a reason.
- Since:
- JDK1.1
StreamCorruptedException
public StreamCorruptedException()
- Create a StreamCorruptedException with no reason.
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index