Searched defs:StreamCorruptedException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DStreamCorruptedException.java29 public class StreamCorruptedException extends ObjectStreamException { class in inherits:ObjectStreamException
34 * Constructs a new {@code StreamCorruptedException} with its stack trace
37 public StreamCorruptedException() { method in class:StreamCorruptedException
41 * Constructs a new {@code StreamCorruptedException} with its stack trace
47 public StreamCorruptedException(String detailMessage) { method in class:StreamCorruptedException

Completed in 60 milliseconds