JniException constructor

JniException(
  1. String message,
  2. String stackTrace
)

Implementation

JniException(this.message, this.stackTrace);