CheetahIOException constructor

CheetahIOException(
  1. String? message
)

Implementation

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