class IOException
MyCpp::Referenced
MyCpp::Object
MyCpp::Exception
ExceptionBase
MyCpp::IOException

An abstract input/output exception.

This exception is expected to be thrown when an input/output exception occurs. That is, the data can not be transmitted or received as requested by the caller.

Methods
IOException (String *message = String::nullString (), Exception *cause = NULL) : Exception (message, cause)
Standard exception constructor.
IOException

Standard exception constructor.

IOException (String *message = String::nullString (),
             Exception *cause = NULL)
    : Exception (message, cause)