Example usage for java.security.cert CertificateException subclass-usage

List of usage examples for java.security.cert CertificateException subclass-usage

Introduction

In this page you can find the example usage for java.security.cert CertificateException subclass-usage.

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 {

    /**