Package hw
Class IOException

Public Constructor IOException

IOException(int code)

IOException(String description)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor IOException(int code):

Constructs a new IOException class with the specified code number. The Public Fields (e.g. IOException.E_IO_TM_HOUR) can be used as code number to apply to a specified exception.

constructor IOException(String description):

Constructs a new IOException class with additional string description.