#[cfg(any(feature = "all", feature = "org-apache-http-util-ExceptionUtils"))]
__jni_bindgen! {
#[deprecated] public final class ExceptionUtils ("org/apache/http/util/ExceptionUtils") extends crate::java::lang::Object {
#[cfg(any(feature = "all", all(feature = "java-lang-Throwable")))]
pub fn initCause<'env>(__jni_env: &'env __jni_bindgen::Env, arg0: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::Throwable>>, arg1: impl __jni_bindgen::std::convert::Into<__jni_bindgen::std::option::Option<&'env crate::java::lang::Throwable>>) -> __jni_bindgen::std::result::Result<(), __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
unsafe {
let __jni_args = [__jni_bindgen::AsJValue::as_jvalue(&arg0.into()), __jni_bindgen::AsJValue::as_jvalue(&arg1.into())];
let (__jni_class, __jni_method) = __jni_env.require_class_static_method("org/apache/http/util/ExceptionUtils\0", "initCause\0", "(Ljava/lang/Throwable;Ljava/lang/Throwable;)V\0");
__jni_env.call_static_void_method_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
}
}