package com.google.android.gms.internal.p002firebaseauthapi; import java.io.IOException; /* loaded from: classes.dex */ public class zzahl extends IOException { private zzaii zza; private boolean zzb; public zzahl(IOException iOException) { super(iOException.getMessage(), iOException); this.zza = null; } static zzahk zza() { return new zzahk("Protocol message tag had invalid wire type."); } static zzahl zzb() { return new zzahl("Protocol message end-group tag did not match expected tag."); } static zzahl zzc() { return new zzahl("Protocol message contained an invalid tag (zero)."); } static zzahl zzd() { return new zzahl("Protocol message had invalid UTF-8."); } static zzahl zze() { return new zzahl("CodedInputStream encountered a malformed varint."); } static zzahl zzf() { return new zzahl("CodedInputStream encountered an embedded string or message which claimed to have negative size."); } static zzahl zzg() { return new zzahl("Failed to parse the message."); } static zzahl zzi() { return new zzahl("Protocol message was too large. May be malicious. Use CodedInputStream.setSizeLimit() to increase the size limit."); } static zzahl zzj() { return new zzahl("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."); } public final zzahl zzh(zzaii zzaiiVar) { this.zza = zzaiiVar; return this; } final void zzk() { this.zzb = true; } final boolean zzl() { return this.zzb; } public zzahl(String str) { super(str); this.zza = null; } }