IOException constructor

IOException(
  1. String message
)

Implementation

IOException(String message) : super(message);