package com.google.android.exoplayer2.audio;

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

    public AudioDecoderException(String str, Throwable th) {
        super(str, th);
    }
}
