package g.e.b;

/* JADX INFO: loaded from: classes.dex */
public final class x extends s {
    public x(String str) {
        super(str);
    }

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

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