package com.google.android.gms.common.api;

import p138.p176.p177.p242.p246.C4193;

/* JADX INFO: loaded from: classes.dex */
public final class UnsupportedApiCallException extends UnsupportedOperationException {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final C4193 f2082;

    public UnsupportedApiCallException(C4193 c4193) {
        this.f2082 = c4193;
    }

    @Override // java.lang.Throwable
    public final String getMessage() {
        String strValueOf = String.valueOf(this.f2082);
        StringBuilder sb = new StringBuilder(strValueOf.length() + 8);
        sb.append("Missing ");
        sb.append(strValueOf);
        return sb.toString();
    }
}
