package kotlinx.coroutines;

import defpackage.AbstractC2071;
import defpackage.InterfaceC3822;

/* JADX INFO: loaded from: classes3.dex */
public final class DispatchException extends Exception {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final Throwable f1143;

    public DispatchException(Throwable th, AbstractC2071 abstractC2071, InterfaceC3822 interfaceC3822) {
        super("Coroutine dispatcher " + abstractC2071 + " threw an exception, context = " + interfaceC3822, th);
        this.f1143 = th;
    }

    @Override // java.lang.Throwable
    public final Throwable getCause() {
        return this.f1143;
    }
}
