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

/libcore/luni/src/main/java/java/io/
H A DIOException.java26 public class IOException extends Exception { class in inherits:Exception
31 * Constructs a new {@code IOException} with its stack trace filled in.
33 public IOException() { method in class:IOException
37 * Constructs a new {@code IOException} with its stack trace and detail
43 public IOException(String detailMessage) { method in class:IOException
57 public IOException(String message, Throwable cause) { method in class:IOException
68 public IOException(Throwable cause) { method in class:IOException

Completed in 5605 milliseconds