package com.google.protobuf;

import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public class InvalidProtocolBufferException extends IOException {
    public InvalidProtocolBufferException(String str) {
        super(str);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static InvalidProtocolBufferException m1457() {
        return new InvalidProtocolBufferException("CodedInputStream encountered an embedded string or message which claimed to have negative size.");
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public static InvalidProtocolBufferException m1458() {
        return new InvalidProtocolBufferException("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.");
    }
}
