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

/* JADX INFO: loaded from: classes2.dex */
public class zzwa extends RuntimeException {
    public zzwa(String str) {
        super(str);
    }

    public zzwa(String str, Throwable th) {
        super(str, th);
    }

    public zzwa(Throwable th) {
        super(th);
    }
}
