package g.e.b;

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

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

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