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

/libcore/luni/src/main/java/java/io/
H A DWriteAbortedException.java30 public class WriteAbortedException extends ObjectStreamException { class in inherits:ObjectStreamException
41 * Constructs a new {@code WriteAbortedException} with its stack trace,
50 public WriteAbortedException(String detailMessage, Exception rootCause) { method in class:WriteAbortedException

Completed in 53 milliseconds