Function throw_runtime_exception

Source
pub fn throw_runtime_exception(
    env: &mut JNIEnv<'_>,
    message: &String,
) -> Result<()>