package androidx.concurrent.futures;

import androidx.annotation.Nullable;

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

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

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

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

    @Nullable
    final Throwable cause;

    static {
        if (g.f987a) {
            f975c = null;
            f974b = null;
        } else {
            f975c = new a(false, null);
            f974b = new a(true, null);
        }
    }

    public a(boolean z10, @Nullable Throwable th) {
        this.f976a = z10;
        this.cause = th;
    }
}
