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

/libcore/ojluni/src/main/java/java/io/
H A DIOException.java39 class IOException extends Exception { class in inherits:Exception
43 * Constructs an {@code IOException} with {@code null}
46 public IOException() { method in class:IOException
51 * Constructs an {@code IOException} with the specified detail message.
57 public IOException(String message) { method in class:IOException
62 * Constructs an {@code IOException} with the specified detail message
80 public IOException(String message, Throwable cause) { method in class:IOException
85 * Constructs an {@code IOException} with the specified cause and a
98 public IOException(Throwable cause) { method in class:IOException

Completed in 400 milliseconds