package androidx.media3.exoplayer.image;

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

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

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

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