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