public class StreamCorruptedException extends ObjectStreamException
| Constructor and Description |
|---|
StreamCorruptedException()
Create an exception without a descriptive error message.
|
StreamCorruptedException(String message)
Create an exception with a descriptive error message.
|
StreamCorruptedException(Throwable cause)
Create an exception without a descriptive error message.
|
StreamCorruptedException(Throwable cause,
String message)
Create an exception with a descriptive error message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamCorruptedException()
public StreamCorruptedException(String message)
message - the descriptive error messagepublic StreamCorruptedException(Throwable cause)