package o; import java.security.cert.CRLException; /* renamed from: o.gqZ, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ final class C15431gqZ extends CRLException { private Throwable b; /* JADX INFO: Access modifiers changed from: package-private */ public C15431gqZ(String str, Throwable th) { super(str); this.b = th; } @Override // java.lang.Throwable public final Throwable getCause() { return this.b; } }