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
38 * Constructs a new {@code IOException} with its stack trace and detail
44 public IOException(String detailMessage) { method in class:IOException
58 public IOException(String message, Throwable cause) { method in class:IOException
69 public IOException(Throwable cause) { method in class:IOException

Completed in 103 milliseconds