package com.hierynomus.smbj.common;

import p138.p329.p351.p352.p354.InterfaceC6301;

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

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public static final InterfaceC6301<SMBRuntimeException> f2173 = new C0348();

    /* JADX INFO: renamed from: com.hierynomus.smbj.common.SMBRuntimeException$֏, reason: contains not printable characters */
    public class C0348 implements InterfaceC6301<SMBRuntimeException> {
        @Override // p138.p329.p351.p352.p354.InterfaceC6301
        /* JADX INFO: renamed from: ֏ */
        public Throwable mo1479(Throwable th) {
            return th instanceof SMBRuntimeException ? (SMBRuntimeException) th : new SMBRuntimeException(th);
        }
    }

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

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

    public SMBRuntimeException(Throwable th) {
        super(th);
    }
}
