package androidx.media3.decoder;

import androidx.media3.common.util.UnstableApi;
import defpackage.rq6;

/* JADX INFO: loaded from: classes.dex */
@UnstableApi
public class DecoderException extends Exception {
    public DecoderException(String str) {
        super(str);
    }

    public DecoderException(@rq6 Throwable th) {
        super(th);
    }

    public DecoderException(String str, @rq6 Throwable th) {
        super(str, th);
    }
}
