package com.google.android.gms.internal.atv_ads_framework;

import java.io.IOException;

/* JADX INFO: loaded from: classes2.dex */
public final class zzct extends IOException {
    public zzct(String str, IndexOutOfBoundsException indexOutOfBoundsException) {
        super("CodedOutputStream was writing to a flat byte array and ran out of space.: ".concat(String.valueOf(str)), indexOutOfBoundsException);
    }

    public zzct(IndexOutOfBoundsException indexOutOfBoundsException) {
        super("CodedOutputStream was writing to a flat byte array and ran out of space.", indexOutOfBoundsException);
    }
}
