package org.bouncycastle.crypto;

/* JADX INFO: loaded from: classes.dex */
public class RuntimeCryptoException extends RuntimeException {
    public RuntimeCryptoException() {
    }

    public RuntimeCryptoException(String str) {
        super(str);
    }
}
