package org.bouncycastle.crypto;

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

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