1: package java.io; 2: 3: public class StreamCorruptedException extends ObjectStreamException { 4: public StreamCorruptedException() { 5: } 6: 7: public StreamCorruptedException(String message) { 8: } 9: }