package com.google.android.gms.internal.measurement;

import java.io.IOException;

/* JADX INFO: loaded from: classes2.dex */
public class zzkb extends IOException {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ int f20654a = 0;

    public static zzke a() {
        return new zzke("Protocol message tag had invalid wire type.");
    }

    public static zzkb b() {
        return new zzkb("Protocol message had invalid UTF-8.");
    }

    public static zzkb c() {
        return new zzkb("CodedInputStream encountered an embedded string or message which claimed to have negative size.");
    }

    public static zzkb d() {
        return new zzkb("Failed to parse the message.");
    }

    public static zzkb e() {
        return new zzkb("While parsing a protocol message, the input ended unexpectedly in the middle of a field.  This could mean either that the input has been truncated or that an embedded message misreported its own length.");
    }
}
