Package java.io
Class 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.