package androidx.media3.decoder; /* loaded from: classes2.dex */ public class CryptoException extends Exception { public final int errorCode; public CryptoException(int i, String str) { super(str); this.errorCode = i; } }