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