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

import p138.p139.p143.p144.C2803;

/* JADX INFO: loaded from: classes.dex */
public class ApiException extends Exception {
    public ApiException(Status status) {
        int i = status.f2079;
        String str = status.f2080;
        str = str == null ? "" : str;
        StringBuilder sb = new StringBuilder(C2803.m4895(str, 13));
        sb.append(i);
        sb.append(": ");
        sb.append(str);
        super(sb.toString());
    }
}
