package c.b;

/* JADX INFO: compiled from: AndroidException.java */
/* JADX INFO: loaded from: classes.dex */
public class a extends Exception {
    public a() {
    }

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

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

    public a(Exception exc) {
        super(exc);
    }

    protected a(String str, Throwable th, boolean z, boolean z2) {
        super(str, th, z, z2);
    }
}
