package com.google.common.util.concurrent;

/* JADX INFO: loaded from: classes2.dex */
public final class a {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final a f23765c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final a f23766d;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f23767a;

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

    static {
        if (l.f23794d) {
            f23766d = null;
            f23765c = null;
        } else {
            f23766d = new a(false, null);
            f23765c = new a(true, null);
        }
    }

    public a(boolean z10, Throwable th) {
        this.f23767a = z10;
        this.f23768b = th;
    }
}
