package com.google.firebase.remoteconfig;

/* JADX INFO: loaded from: classes3.dex */
public class FirebaseRemoteConfigServerException extends FirebaseRemoteConfigException {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final int f1128;

    public FirebaseRemoteConfigServerException(int i, int i2, String str) {
        super(str);
        this.f1128 = i;
    }

    public FirebaseRemoteConfigServerException(int i, String str) {
        super(str);
        this.f1128 = i;
    }

    public FirebaseRemoteConfigServerException(int i, String str, FirebaseRemoteConfigServerException firebaseRemoteConfigServerException) {
        super(str, firebaseRemoteConfigServerException);
        this.f1128 = i;
    }

    public FirebaseRemoteConfigServerException(String str) {
        super(str);
        this.f1128 = -1;
    }
}
