package Z1;

/* JADX INFO: loaded from: classes.dex */
public final class e extends RuntimeException {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final f f7397q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final Throwable f7398r;

    public e(f fVar, Throwable th) {
        super(th);
        this.f7397q = fVar;
        this.f7398r = th;
    }

    @Override // java.lang.Throwable
    public final Throwable getCause() {
        return this.f7398r;
    }
}
