package com.hierynomus.mssmb2;

import com.hierynomus.smbj.common.SMBRuntimeException;
import defpackage.C2964;
import defpackage.EnumC0878;

/* JADX INFO: loaded from: classes3.dex */
public class SMBApiException extends SMBRuntimeException {

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final long f1137;

    public SMBApiException(long j, String str, Exception exc) {
        super(str, exc);
        this.f1137 = j;
    }

    public SMBApiException(C2964 c2964, String str) {
        super(str);
        this.f1137 = c2964.f11408;
    }

    @Override // java.lang.Throwable
    public final String getMessage() {
        long j = this.f1137;
        return String.format("%s (0x%08x): %s", EnumC0878.m3075(j).name(), Long.valueOf(j), super.getMessage());
    }
}
