package androidx.media3.extractor.text;

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

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

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

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