List of usage examples for java.security.cert CertificateException subclass-usage
From source file org.springframework.security.saml.trust.UntrustedCertificateException.java
/** * Exception indicates that verification failed due to the provided chain not being trusted. */ public class UntrustedCertificateException extends CertificateException { /**