Package java.io
Class InterruptedIOException

Public Constructor InterruptedIOException

InterruptedIOException()

InterruptedIOException(String message)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor InterruptedIOException():

Create Exception null as its detailed message.

constructor InterruptedIOException(String message):

Create Exception with detailed message.