public IIOException (String message)

Constructs an IIOException with a given message String. No underlying cause is set; getCause will return null.

Parameters:
message    the error message.

See also:
getMessage