package p060t1; import java.util.concurrent.CancellationException; import p039m1.C1470g; /* renamed from: t1.w0 */ /* loaded from: classes.dex */ public final class C1727w0 extends CancellationException { /* renamed from: d */ public final InterfaceC1723v0 f3956d; public C1727w0(String str, Throwable th, InterfaceC1723v0 interfaceC1723v0) { super(str); this.f3956d = interfaceC1723v0; if (th != null) { initCause(th); } } public boolean equals(Object obj) { if (obj != this) { if (obj instanceof C1727w0) { C1727w0 c1727w0 = (C1727w0) obj; if (!C1470g.m1296a(c1727w0.getMessage(), getMessage()) || !C1470g.m1296a(c1727w0.f3956d, this.f3956d) || !C1470g.m1296a(c1727w0.getCause(), getCause())) { } } return false; } return true; } @Override // java.lang.Throwable public Throwable fillInStackTrace() { setStackTrace(new StackTraceElement[0]); return this; } public int hashCode() { String message = getMessage(); C1470g.m1295b(message); int hashCode = ((message.hashCode() * 31) + this.f3956d.hashCode()) * 31; Throwable cause = getCause(); return hashCode + (cause == null ? 0 : cause.hashCode()); } @Override // java.lang.Throwable public String toString() { return super.toString() + "; job=" + this.f3956d; } }