package j2;

/* JADX INFO: compiled from: EncoderException.java */
/* JADX INFO: loaded from: classes.dex */
public class a extends IllegalStateException {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private Throwable f5070e;

    a(String str, Throwable th) {
        super(str);
        this.f5070e = th;
    }

    @Override // java.lang.Throwable
    public Throwable getCause() {
        return this.f5070e;
    }
}
