package java.io; public class StreamCorruptedException extends java.io.ObjectStreamException { public StreamCorruptedException() { throw new RuntimeException("Stub!"); } public StreamCorruptedException(java.lang.String detailMessage) { throw new RuntimeException("Stub!"); } }