// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "java-security-cert-CertPathValidatorException_Reason"))]
__jni_bindgen! {
/// public interface [CertPathValidatorException.Reason](https://developer.android.com/reference/java/security/cert/CertPathValidatorException.Reason.html)
///
/// Required feature: "java-security-cert-CertPathValidatorException_Reason"
public interface CertPathValidatorException_Reason ("java/security/cert/CertPathValidatorException$Reason") extends crate::java::lang::Object, implements crate::java::io::Serializable {
}
}