Exception: java.io.IOException

  • public exception IOException
  • extends Exception
Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted I/O operations.
Authors:
@author unascribed
See:
@see java.io.InputStream
@see java.io.OutputStream
Version:
@version 1.22, 12/19/03
Since:
@since JDK1.0

Inheritance

Superclass tree: Implements:

Methods