package i.a.n.h;

import java.util.concurrent.atomic.AtomicReference;

/* JADX INFO: compiled from: AtomicThrowable.java */
/* JADX INFO: loaded from: classes.dex */
public final class b extends AtomicReference<Throwable> {
    public boolean a(Throwable th) {
        return c.a(this, th);
    }

    public Throwable b() {
        return c.b(this);
    }
}
