package g.d.a;

/* JADX INFO: loaded from: classes.dex */
public class k extends RuntimeException {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public r f3479f;

    public k(Exception exc, r rVar) {
        super(exc);
        this.f3479f = rVar;
    }

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

    public k(String str, r rVar) {
        super(str);
        this.f3479f = rVar;
    }

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

    public k(String str, Throwable th, r rVar) {
        super(str, th);
        this.f3479f = rVar;
    }

    @Override // java.lang.Throwable
    public String getMessage() {
        if (this.f3479f == null) {
            return super.getMessage();
        }
        return super.getMessage() + " @" + this.f3479f;
    }
}
