Name

java.io.IOException

Synopsis

This exception is identical to its J2SE counterpart. It signifies that an error occurred during data input or output. Many exceptions in this package extend IOException.

public classIOException extends java.lang.Exception {
   // constructors
   public IOException();
   public IOException(String s);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.