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

/openjdk7/jdk/src/share/classes/java/io/
H A DIOError.java34 public class IOError extends Error { class in inherits:Error
36 * Constructs a new instance of IOError with the specified cause. The
37 * IOError is created with the detail message of
45 public IOError(Throwable cause) { method in class:IOError

Completed in 34 milliseconds