package org.bouncycastle.crypto;
/* loaded from: classes6.dex */
public class DataLengthException extends RuntimeCryptoException {
public DataLengthException(String str) {
super(str);
}
public DataLengthException() {