package androidx.work.impl.utils.futures;

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final b f4662b = new b(new AbstractFuture$Failure$1("Failure occurred while trying to finish a future."));

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

    public b(Throwable th) {
        this.f4663a = (Throwable) h.checkNotNull(th);
    }
}
