package V4;

import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;

/* JADX INFO: renamed from: V4.w, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public class C0784w {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final /* synthetic */ AtomicIntegerFieldUpdater f8345b = AtomicIntegerFieldUpdater.newUpdater(C0784w.class, "_handled$volatile");
    private volatile /* synthetic */ int _handled$volatile;

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

    public C0784w(Throwable th, boolean z6) {
        this.f8346a = th;
        this._handled$volatile = z6 ? 1 : 0;
    }

    public final String toString() {
        return getClass().getSimpleName() + '[' + this.f8346a + ']';
    }
}
