package com.google.android.exoplayer2.source.hls;

import java.io.IOException;
import p138.p139.p143.p144.C2803;

/* JADX INFO: loaded from: classes.dex */
public final class SampleQueueMappingException extends IOException {
    public SampleQueueMappingException(String str) {
        super(C2803.m4880("Unable to bind a sample queue to TrackGroup with mime type ", str, "."));
    }
}
