StreamCorruptedExceptionpublic class StreamCorruptedException extends ObjectStreamException Thrown when control information that was read from an object stream
violates internal consistency checks. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public StreamCorruptedException(String reason)Create a StreamCorruptedException and list a reason why thrown.
super(reason);
| public StreamCorruptedException()Create a StreamCorruptedException and list no reason why thrown.
super();
|
|