package androidx.work.impl.utils.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 f4659b;

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

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

    @Nullable
    final Throwable cause;

    static {
        if (h.f4675a) {
            f4660c = null;
            f4659b = null;
        } else {
            f4660c = new a(false, null);
            f4659b = new a(true, null);
        }
    }

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