package com.google.android.libraries.places.internal; import java.io.IOException; /* loaded from: classes2.dex */ public final class zzaej extends IOException { zzaej() { super("CodedOutputStream was writing to a flat byte array and ran out of space."); } public zzaej(String str, Throwable th) { super("CodedOutputStream was writing to a flat byte array and ran out of space.: ".concat(String.valueOf(str)), th); } /* JADX INFO: Access modifiers changed from: package-private */ public zzaej(Throwable th) { super("CodedOutputStream was writing to a flat byte array and ran out of space.", th); } }