java.io
Class StreamCorruptedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.ObjectStreamException
|
+--java.io.StreamCorruptedException
This exception is thrown when there is an error in the data that is
read from a stream during de-serialization.
Since:Authors:- Aaron M. Renn (arenn@urbanophile.com)
- Warren Levy <warrenl@cygnus.com>
StreamCorruptedException
public StreamCorruptedException()
Create an exception without a descriptive error message.
StreamCorruptedException
public StreamCorruptedException(java.lang.String message)
Create an exception with a descriptive error message.
Parameters: