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

/libcore/ojluni/src/main/java/java/io/
H A DStreamCorruptedException.java35 public class StreamCorruptedException extends ObjectStreamException { class in inherits:ObjectStreamException
40 * Create a StreamCorruptedException and list a reason why thrown.
44 public StreamCorruptedException(String reason) { method in class:StreamCorruptedException
49 * Create a StreamCorruptedException and list no reason why thrown.
51 public StreamCorruptedException() { method in class:StreamCorruptedException

Completed in 510 milliseconds