summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/io/StreamCorruptedException.java
blob: a57351c17b4d7a9bc3f9ca3000c315fa386792c0 (plain)
1
2
3
4
5
6
7
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!"); }
}