package com.google.protobuf;

import java.io.IOException;

/* JADX INFO: renamed from: com.google.protobuf.b0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public class C1297b0 extends IOException {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public boolean f14239a;

    public static C1297b0 a() {
        return new C1297b0("Protocol message end-group tag did not match expected tag.");
    }

    public static C1297b0 b() {
        return new C1297b0("Protocol message contained an invalid tag (zero).");
    }

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

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

    public static C1297b0 e() {
        return new C1297b0("CodedInputStream encountered a malformed varint.");
    }

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

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

    public static C1297b0 h() {
        return new C1297b0("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.");
    }
}
