Searched refs:crt_runtime_exception_class (Results 1 – 6 of 6) sorted by relevance
62 …->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exception_class)) { in Java_software_amazon_awssdk_crt_io_TlsKeyOperation_tlsKeyOperationCompleteExceptionally()
258 jclass runtime_exception = crt_runtime_exception_properties.crt_runtime_exception_class; in aws_jni_throw_runtime_exception()454 crt_runtime_exception_properties.crt_runtime_exception_class, in aws_jni_new_crt_exception_from_error_code()
342 jclass crt_runtime_exception_class; member
1280 …->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exception_class)) { in Java_software_amazon_awssdk_crt_mqtt_MqttClientConnection_mqttClientConnectionWebsocketHandshakeComplete()
1589 …->IsInstanceOf(env, jni_throwable, crt_runtime_exception_properties.crt_runtime_exception_class)) { in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalWebsocketHandshakeComplete()
750 crt_runtime_exception_properties.crt_runtime_exception_class = (*env)->NewGlobalRef(env, cls); in s_cache_crt_runtime_exception()