RhinoIOException constructor

RhinoIOException(
  1. String? message
)

Implementation

RhinoIOException(String? message) : super(message);