java.io

Class StreamCorruptedException

public class StreamCorruptedException extends ObjectStreamException

This exception is thrown when there is an error in the data that is read from a stream during de-serialization.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
StreamCorruptedException()
Create an exception without a descriptive error message.
StreamCorruptedException(String message)
Create an exception with a descriptive error message.

Constructor Detail

StreamCorruptedException

public StreamCorruptedException()
Create an exception without a descriptive error message.

StreamCorruptedException

public StreamCorruptedException(String message)
Create an exception with a descriptive error message.

Parameters: message the descriptive error message