package org.bouncycastle.jce.exception;

import java.security.cert.CertificateEncodingException;

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