package com.google.android.exoplayer2;

import android.os.SystemClock;
import java.io.IOException;
import p000.p001.p002.p003.p004.C0567;
import p138.p176.p177.p190.C3431;

/* JADX INFO: loaded from: classes.dex */
public final class ExoPlaybackException extends Exception {

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

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final int f1532;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final C3431 f1533;

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final int f1534;

    /* JADX INFO: renamed from: އ, reason: contains not printable characters */
    public final Throwable f1535;

    public ExoPlaybackException(int i, Throwable th) {
        super(th);
        this.f1531 = i;
        this.f1535 = th;
        this.f1532 = -1;
        this.f1533 = null;
        this.f1534 = 4;
        SystemClock.elapsedRealtime();
    }

    public ExoPlaybackException(int i, Throwable th, int i2, C3431 c3431, int i3) {
        super(th);
        this.f1531 = i;
        this.f1535 = th;
        this.f1532 = i2;
        this.f1533 = c3431;
        this.f1534 = i3;
        SystemClock.elapsedRealtime();
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public Exception m1054() {
        C0567.m1932(this.f1531 == 1);
        Throwable th = this.f1535;
        C0567.m1856(th);
        return (Exception) th;
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public IOException m1055() {
        C0567.m1932(this.f1531 == 0);
        Throwable th = this.f1535;
        C0567.m1856(th);
        return (IOException) th;
    }

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public RuntimeException m1056() {
        C0567.m1932(this.f1531 == 2);
        Throwable th = this.f1535;
        C0567.m1856(th);
        return (RuntimeException) th;
    }
}
