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

/openjdk7/jdk/src/share/classes/java/io/
H A DWriteAbortedException.java46 public class WriteAbortedException extends ObjectStreamException { class in inherits:ObjectStreamException
61 * Constructs a WriteAbortedException with a string describing
66 public WriteAbortedException(String s, Exception ex) { method in class:WriteAbortedException

Completed in 27 milliseconds