12 lines
265 B
Java
12 lines
265 B
Java
|
package org.bouncycastle.crypto;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class MaxBytesExceededException extends RuntimeCryptoException {
|
||
|
public MaxBytesExceededException(String str) {
|
||
|
super(str);
|
||
|
}
|
||
|
|
||
|
public MaxBytesExceededException() {
|
||
|
}
|
||
|
}
|