January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.io.IOException
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 classIOExceptionextends java.lang.Exception { // constructors publicIOException(); publicIOException(String s); }
Read now
Unlock full access