java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.io.ObjectStreamException | +--java.io.StreamCorruptedException
Untamed: Thrown when control information that was read from an object stream violates internal consistency checks.
StreamCorruptedException()
StreamCorruptedException(String reason)
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public StreamCorruptedException(String reason)
reason - String describing the reason for the exception.public StreamCorruptedException()