public class StreamCorruptedException extends ObjectStreamException
| Constructor and Description |
|---|
StreamCorruptedException()
Create a StreamCorruptedException and list no reason why thrown.
|
StreamCorruptedException(String
Create a StreamCorruptedException and list a reason why thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamCorruptedException(Stringreason)
reason - String describing the reason for the exception.
public StreamCorruptedException()