Package java.io
Class IOException

Public Constructor IOException

IOException()

IOException(String message)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor IOException():

Create Exception null as its detailed message.

constructor IOException(String message):

Create Exception with detailed message.