package com.google.android.play.core.assetpacks; /* loaded from: classes2.dex */ final class d1 extends RuntimeException { /* renamed from: a, reason: collision with root package name */ final int f4816a; d1(String str) { super(str); this.f4816a = -1; } d1(String str, int i10) { super(str); this.f4816a = i10; } d1(String str, Exception exc) { super(str, exc); this.f4816a = -1; } d1(String str, Exception exc, int i10) { super(str, exc); this.f4816a = i10; } }