package com.google.common.util.concurrent;

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final b f23770b = 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 f23771a;

    public b(Throwable th) {
        th.getClass();
        this.f23771a = th;
    }
}
