CheetahKeyException constructor

CheetahKeyException(
  1. String? message
)

Implementation

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