what-the-bank/sources/com/google/android/gms/internal/vision/zzjs.java

30 lines
1.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.vision;
import java.io.IOException;
/* loaded from: classes2.dex */
public final class zzjs extends IOException {
public zzjs(String str) {
super(str);
}
public zzjs(String str, Exception exc) {
super(str, exc);
}
/* JADX INFO: Access modifiers changed from: package-private */
public static zzjs zzht() {
return new zzjs("While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either than the input has been truncated or that an embedded message misreported its own length.");
}
/* JADX INFO: Access modifiers changed from: package-private */
public static zzjs zzhu() {
return new zzjs("CodedInputStream encountered an embedded string or message which claimed to have negative size.");
}
/* JADX INFO: Access modifiers changed from: package-private */
public static zzjs zzhv() {
return new zzjs("CodedInputStream encountered a malformed varint.");
}
}