Added in API level 24

CertPathValidatorException.Reason

public static interface CertPathValidatorException.Reason
implements Serializable

java.security.cert.CertPathValidatorException.Reason
CertPathValidatorException.BasicReason The BasicReason enumerates the potential reasons that a certification path of any type may be invalid. 
PKIXReason The PKIXReason enumerates the potential PKIX-specific reasons that an X.509 certification path may be invalid according to the PKIX (RFC 5280) standard. 


The reason the validation algorithm failed.