package androidx.media3.common.audio;

import defpackage.C2917;

/* JADX INFO: loaded from: classes3.dex */
public final class AudioProcessor$UnhandledAudioFormatException extends Exception {
    public AudioProcessor$UnhandledAudioFormatException(String str, C2917 c2917) {
        super(str + " " + c2917);
    }

    public AudioProcessor$UnhandledAudioFormatException(C2917 c2917) {
        this("Unhandled input format:", c2917);
    }
}
