Package java.io
Class StreamCorruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- java.io.StreamCorruptedException
-
- All Implemented Interfaces:
Serializable
public class StreamCorruptedException extends ObjectStreamException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamCorruptedException()
StreamCorruptedException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamCorruptedException
public StreamCorruptedException()
-
StreamCorruptedException
public StreamCorruptedException(String var0)
-
-