package com.google.ads.interactivemedia.v3.internal;

import java.io.IOException;

/* JADX INFO: loaded from: classes2.dex */
public class zzaeg extends IOException {
    public zzaeg(IOException iOException) {
        super(iOException.getMessage(), iOException);
    }

    public zzaeg(String str) {
        super(str);
    }
}
