package org.bouncycastle.jce.exception;

import java.security.cert.CertPathValidatorException;

/* JADX INFO: loaded from: classes.dex */
public class ExtCertPathValidatorException extends CertPathValidatorException {
    @Override // java.lang.Throwable
    public Throwable getCause() {
        return null;
    }
}
