package V4;

import java.util.concurrent.CancellationException;

/* JADX INFO: renamed from: V4.j0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0767j0 extends CancellationException {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final transient InterfaceC0765i0 f8309a;

    public C0767j0(String str, Throwable th, InterfaceC0765i0 interfaceC0765i0) {
        super(str);
        this.f8309a = interfaceC0765i0;
        if (th != null) {
            initCause(th);
        }
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C0767j0)) {
            return false;
        }
        C0767j0 c0767j0 = (C0767j0) obj;
        return kotlin.jvm.internal.o.c(c0767j0.getMessage(), getMessage()) && kotlin.jvm.internal.o.c(c0767j0.f8309a, this.f8309a) && kotlin.jvm.internal.o.c(c0767j0.getCause(), getCause());
    }

    @Override // java.lang.Throwable
    public final Throwable fillInStackTrace() {
        setStackTrace(new StackTraceElement[0]);
        return this;
    }

    public final int hashCode() {
        String message = getMessage();
        kotlin.jvm.internal.o.e(message);
        int iHashCode = (this.f8309a.hashCode() + (message.hashCode() * 31)) * 31;
        Throwable cause = getCause();
        return iHashCode + (cause != null ? cause.hashCode() : 0);
    }

    @Override // java.lang.Throwable
    public final String toString() {
        return super.toString() + "; job=" + this.f8309a;
    }
}
